projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e70bb59
)
Codegen improvement has reduced one spill.
author
Evan Cheng
<evan.cheng@apple.com>
Thu, 10 Jan 2008 02:54:40 +0000
(
02:54
+0000)
committer
Evan 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
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/pr1505b.ll
b/test/CodeGen/X86/pr1505b.ll
index db1f1ce181dccd4b85cf1681cc3da6b41c5e0c9b..fe3cf9b26fb4f5d7e7e3b197e94461fe13e16e6c 100644
(file)
--- 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>'