aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2007-08-13-SpillerReuse.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-12-01 02:07:52 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-12-01 02:07:52 +0000
commite62f97c094dba44e4c259d20135167fa91912eea (patch)
tree5d910203fd66c0b5594d9f29a069ae8125283566 /test/CodeGen/X86/2007-08-13-SpillerReuse.ll
parent790e11cdff59ed6312c2f1d3d8f63537c2ae2ec5 (diff)
downloadexternal_llvm-e62f97c094dba44e4c259d20135167fa91912eea.zip
external_llvm-e62f97c094dba44e4c259d20135167fa91912eea.tar.gz
external_llvm-e62f97c094dba44e4c259d20135167fa91912eea.tar.bz2
Allow some reloads to be folded in multi-use cases. Specifically testl r, r -> cmpl [mem], 0.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44479 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2007-08-13-SpillerReuse.ll')
-rw-r--r--test/CodeGen/X86/2007-08-13-SpillerReuse.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-08-13-SpillerReuse.ll b/test/CodeGen/X86/2007-08-13-SpillerReuse.ll
index 8cc235b..0ad6781 100644
--- a/test/CodeGen/X86/2007-08-13-SpillerReuse.ll
+++ b/test/CodeGen/X86/2007-08-13-SpillerReuse.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin | grep "48(%esp)" | count 5
+; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin | grep "48(%esp)" | count 6
%struct..0anon = type { i32 }
%struct.rtvec_def = type { i32, [1 x %struct..0anon] }