diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-04-23 18:24:48 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-04-23 18:24:48 +0000 |
commit | 51a8feea9ba24dd31f728384e378efb5db209e6b (patch) | |
tree | 889daad685cdc0d2a0a8bbbf390944dc9368a973 /test | |
parent | 941ff5818bef5ffd5ae8e67190b474cbf2608467 (diff) | |
download | external_llvm-51a8feea9ba24dd31f728384e378efb5db209e6b.zip external_llvm-51a8feea9ba24dd31f728384e378efb5db209e6b.tar.gz external_llvm-51a8feea9ba24dd31f728384e378efb5db209e6b.tar.bz2 |
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')
-rw-r--r-- | test/CodeGen/X86/2006-05-11-InstrSched.ll | 2 |
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 32d9b2c..9d1d324 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" |