Fix the test failure on non-Darwin targets.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 30 May 2006 20:35:46 +0000 (20:35 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 30 May 2006 20:35:46 +0000 (20:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28566 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll

index c7acd2c54549456879f19cd568f48a84493b39c2..66ad1b1f76e52fda4494d72e57305c137fff0a37 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static | grep 'movl _last' | wc -l | grep 2
+; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-apple-darwin8.6.1 -relocation-model=static | grep 'movl _last' | wc -l | grep 2
 
 %block = external global ubyte*                ; <ubyte**> [#uses=1]
 %last = external global int            ; <int*> [#uses=3]