Codegen improvement has reduced one spill.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 10 Jan 2008 02:54:40 +0000 (02:54 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 10 Jan 2008 02:54:40 +0000 (02:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45814 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/pr1505b.ll

index db1f1ce181dccd4b85cf1681cc3da6b41c5e0c9b..fe3cf9b26fb4f5d7e7e3b197e94461fe13e16e6c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mcpu=i486 | grep fstpl | count 4
+; RUN: llvm-as < %s | llc -mcpu=i486 | grep fstpl | count 3
 ; RUN: llvm-as < %s | llc -mcpu=i486 | grep fstps | count 3
 
 ; ModuleID = '<stdin>'