summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-05-11-InstrSched.ll
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-04-23 18:24:48 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-04-23 18:24:48 +0000
commit51a8feea9ba24dd31f728384e378efb5db209e6b (patch)
tree889daad685cdc0d2a0a8bbbf390944dc9368a973 /test/CodeGen/X86/2006-05-11-InstrSched.ll
parent941ff5818bef5ffd5ae8e67190b474cbf2608467 (diff)
downloadllvm-51a8feea9ba24dd31f728384e378efb5db209e6b.tar.gz
llvm-51a8feea9ba24dd31f728384e378efb5db209e6b.tar.bz2
llvm-51a8feea9ba24dd31f728384e378efb5db209e6b.tar.xz
Fix test, instruction count is valid only if stack is not realigned
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50170 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2006-05-11-InstrSched.ll')
-rw-r--r--test/CodeGen/X86/2006-05-11-InstrSched.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2006-05-11-InstrSched.ll b/test/CodeGen/X86/2006-05-11-InstrSched.ll
index 32d9b2c863..9d1d324fce 100644
--- a/test/CodeGen/X86/2006-05-11-InstrSched.ll
+++ b/test/CodeGen/X86/2006-05-11-InstrSched.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats |&\
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats -realign-stack=0 |&\
; RUN: grep {asm-printer} | grep 32
target datalayout = "e-p:32:32"