summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-05-30 20:35:46 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-05-30 20:35:46 +0000
commit01ad240dc505437b6f740c3d17d95e733a9124d2 (patch)
tree90cabc19746135e4b2da6cc68aca3d66df899d74 /test
parentccba76bb254e653646b01cf5b8304b14092d372b (diff)
downloadllvm-01ad240dc505437b6f740c3d17d95e733a9124d2.tar.gz
llvm-01ad240dc505437b6f740c3d17d95e733a9124d2.tar.bz2
llvm-01ad240dc505437b6f740c3d17d95e733a9124d2.tar.xz
Fix the test failure on non-Darwin targets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28566 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll b/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
index c7acd2c545..66ad1b1f76 100644
--- a/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
+++ b/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
@@ -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]