aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/dagcombine-cse.ll
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-04-23 18:25:44 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-04-23 18:25:44 +0000
commit0e9ddde1cf6aa61de3f029d6d8866d0e638312ff (patch)
treeb2fd6edb5e3691726aa1701d30a0403e5de8ee5b /test/CodeGen/X86/dagcombine-cse.ll
parente44a4b3bd71310f4f3dec9054c888d83bfb5d220 (diff)
downloadexternal_llvm-0e9ddde1cf6aa61de3f029d6d8866d0e638312ff.zip
external_llvm-0e9ddde1cf6aa61de3f029d6d8866d0e638312ff.tar.gz
external_llvm-0e9ddde1cf6aa61de3f029d6d8866d0e638312ff.tar.bz2
Disable stack realignment for these tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50172 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 f2bd621..0f0b537 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 -stats |& grep asm-printer | grep 14
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -realign-stack=0 -stats |& grep asm-printer | grep 14
define i32 @t(i8* %ref_frame_ptr, i32 %ref_frame_stride, i32 %idxX, i32 %idxY) nounwind {
entry: