Update test case. A spill should now be deleted.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 14 Aug 2007 09:16:00 +0000 (09:16 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 14 Aug 2007 09:16:00 +0000 (09:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41070 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/constant-pool-remat-0.ll

index e6d6861375aea054722aba68a2d111231b95ea7d..f51333eb8218b444d15a9a2920181b0408a0ed2e 100644 (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)