summaryrefslogtreecommitdiffstats
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
commit955a8a9101e7fdeda09cd8c1961172b4413d75e2 (patch)
treee233b2726ea420d3ca02e4d07a38e99bb608c535
parent0d6df367f15824d7e6d9795ee5b941df905c2992 (diff)
downloadbcm5719-llvm-955a8a9101e7fdeda09cd8c1961172b4413d75e2.tar.gz
bcm5719-llvm-955a8a9101e7fdeda09cd8c1961172b4413d75e2.zip
Fix test, instruction count is valid only if stack is not realigned
llvm-svn: 50170
-rw-r--r--llvm/test/CodeGen/X86/2006-05-11-InstrSched.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2006-05-11-InstrSched.ll b/llvm/test/CodeGen/X86/2006-05-11-InstrSched.ll
index 32d9b2c8633..9d1d324fcec 100644
--- a/llvm/test/CodeGen/X86/2006-05-11-InstrSched.ll
+++ b/llvm/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"
OpenPOWER on IntegriCloud