Try to fix llvm-arm-linux builder with -mcpu.

llvm-svn: 155589
This commit is contained in:
Jakob Stoklund Olesen 2012-04-25 21:22:33 +00:00
parent c52fc9e073
commit 6eeeb7e19c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -mtriple=i386-apple-macosx -mattr=+sse | FileCheck %s
; RUN: llc < %s -mtriple=i386-apple-macosx -mcpu=core2 -mattr=+sse | FileCheck %s
; PR11940: Do not optimize away movb %al, %ch
%struct.APInt = type { i64* }