summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen
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
commit1ec0e4233e932fb4140ee82d17bc62e0edfc0ad0 (patch)
treec74de0084a4a66ccdcde128de1c7f77a435dd7fc /llvm/test/Regression/CodeGen
parent66f849bd7b8967681acbce3b746e532eaf5baf9e (diff)
downloadbcm5719-llvm-1ec0e4233e932fb4140ee82d17bc62e0edfc0ad0.tar.gz
bcm5719-llvm-1ec0e4233e932fb4140ee82d17bc62e0edfc0ad0.zip
Fix the test failure on non-Darwin targets.
llvm-svn: 28566
Diffstat (limited to 'llvm/test/Regression/CodeGen')
-rw-r--r--llvm/test/Regression/CodeGen/X86/2006-04-27-ISelFoldingBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/2006-04-27-ISelFoldingBug.ll b/llvm/test/Regression/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
index c7acd2c5454..66ad1b1f76e 100644
--- a/llvm/test/Regression/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
+++ b/llvm/test/Regression/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]
OpenPOWER on IntegriCloud