[llvm-commits] [llvm] r50170 - /llvm/trunk/test/CodeGen/X86/2006-05-11-InstrSched.ll
Anton Korobeynikov
asl at math.spbu.ru
Wed Apr 23 11:24:49 PDT 2008
Author: asl
Date: Wed Apr 23 13:24:48 2008
New Revision: 50170
URL: http://llvm.org/viewvc/llvm-project?rev=50170&view=rev
Log:
Fix test, instruction count is valid only if stack is not realigned
Modified:
llvm/trunk/test/CodeGen/X86/2006-05-11-InstrSched.ll
Modified: llvm/trunk/test/CodeGen/X86/2006-05-11-InstrSched.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2006-05-11-InstrSched.ll?rev=50170&r1=50169&r2=50170&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2006-05-11-InstrSched.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2006-05-11-InstrSched.ll Wed Apr 23 13:24:48 2008
@@ -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"
More information about the llvm-commits
mailing list