forked from OSchip/llvm-project
Fix test, instruction count is valid only if stack is not realigned
llvm-svn: 50170
This commit is contained in:
parent
0d6df367f1
commit
955a8a9101
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue