Fix test, instruction count is valid only if stack is not realigned

llvm-svn: 50170
This commit is contained in:
Anton Korobeynikov 2008-04-23 18:24:48 +00:00
parent 0d6df367f1
commit 955a8a9101
1 changed files with 1 additions and 1 deletions

View File

@ -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"