OSDN Git Service

Try to fix llvm-arm-linux builder with -mcpu.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 25 Apr 2012 21:22:33 +0000 (21:22 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 25 Apr 2012 21:22:33 +0000 (21:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155589 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2012-02-20-MachineCPBug.ll

index 557d49d..477b4de 100644 (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* }