summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression')
-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