summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/dagcombine-cse.ll
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-05-06 23:09:29 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-05-06 23:09:29 +0000
commit70e616fa0b2f70602736d5649fc0d41af0b9d859 (patch)
tree31a0437e151723b131b66ea0334202ac3cf5bf64 /test/CodeGen/X86/dagcombine-cse.ll
parent149a3153694f8b75f8f2f1754575e6a52b45214a (diff)
downloadllvm-70e616fa0b2f70602736d5649fc0d41af0b9d859.tar.gz
llvm-70e616fa0b2f70602736d5649fc0d41af0b9d859.tar.bz2
llvm-70e616fa0b2f70602736d5649fc0d41af0b9d859.tar.xz
Use target triple in tests, not 'realign-stack=0' option. Per request.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50778 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/dagcombine-cse.ll')
-rw-r--r--test/CodeGen/X86/dagcombine-cse.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/dagcombine-cse.ll b/test/CodeGen/X86/dagcombine-cse.ll
index 0f0b5373a8..a673ebf47d 100644
--- a/test/CodeGen/X86/dagcombine-cse.ll
+++ b/test/CodeGen/X86/dagcombine-cse.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -realign-stack=0 -stats |& grep asm-printer | grep 14
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -mtriple=i386-apple-darwin -stats |& grep asm-printer | grep 14
define i32 @t(i8* %ref_frame_ptr, i32 %ref_frame_stride, i32 %idxX, i32 %idxY) nounwind {
entry: