Update test case. A spill should now be deleted.

llvm-svn: 41070
This commit is contained in:
Evan Cheng 2007-08-14 09:16:00 +00:00
parent de24ad8897
commit 5c28086ce6

View File

@ -1,5 +1,6 @@
; RUN: llvm-as < %s | llc -march=x86-64 | grep LCPI | wc -l | grep 3
; RUN: llvm-as < %s | llc -march=x86 | grep LCPI | wc -l | grep 3
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep LCPI | wc -l | grep 3
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats |& | grep asm-printer | grep 13
declare float @qux(float %y)