summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pr1505b.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-01-10 02:54:40 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-01-10 02:54:40 +0000
commit9c9cec4372712a3a6be43f484d914c786a5a7dc6 (patch)
treedab45114aadc2022844e185d8458a4cd4b612982 /test/CodeGen/X86/pr1505b.ll
parente70bb598403660463dc21b77e0aa11666507a866 (diff)
downloadllvm-9c9cec4372712a3a6be43f484d914c786a5a7dc6.tar.gz
llvm-9c9cec4372712a3a6be43f484d914c786a5a7dc6.tar.bz2
llvm-9c9cec4372712a3a6be43f484d914c786a5a7dc6.tar.xz
Codegen improvement has reduced one spill.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45814 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/pr1505b.ll')
-rw-r--r--test/CodeGen/X86/pr1505b.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pr1505b.ll b/test/CodeGen/X86/pr1505b.ll
index db1f1ce181..fe3cf9b26f 100644
--- a/test/CodeGen/X86/pr1505b.ll
+++ b/test/CodeGen/X86/pr1505b.ll
@@ -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>'