summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitdd4ef2e30ca29910444178db5c0138fa252f048c (patch)
tree915402755a1d96e9827a27ea3e74b39f57e0bf15 /llvm/test/CodeGen/X86/dagcombine-cse.ll
parentc3ada5c9c45f1d15b6387b910e694a1b5a285a3c (diff)
downloadbcm5719-llvm-dd4ef2e30ca29910444178db5c0138fa252f048c.tar.gz
bcm5719-llvm-dd4ef2e30ca29910444178db5c0138fa252f048c.zip
Disable stack realignment for these tests
llvm-svn: 50172
Diffstat (limited to 'llvm/test/CodeGen/X86/dagcombine-cse.ll')
-rw-r--r--llvm/test/CodeGen/X86/dagcombine-cse.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/dagcombine-cse.ll b/llvm/test/CodeGen/X86/dagcombine-cse.ll
index f2bd6213f6f..0f0b5373a84 100644
--- a/llvm/test/CodeGen/X86/dagcombine-cse.ll
+++ b/llvm/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:
OpenPOWER on IntegriCloud