aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-12-06 08:54:31 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-12-06 08:54:31 +0000
commit33faddc35d5da8451f03edf27f90b901ba529c58 (patch)
treee7e7515298448a0706778dc69090b5c88e125d6b /test/CodeGen/X86/2007-11-30-TestLoadFolding.ll
parentd3fd6d2b25fc4e932ac796664ae7f4cd810ced8a (diff)
downloadexternal_llvm-33faddc35d5da8451f03edf27f90b901ba529c58.zip
external_llvm-33faddc35d5da8451f03edf27f90b901ba529c58.tar.gz
external_llvm-33faddc35d5da8451f03edf27f90b901ba529c58.tar.bz2
Turning simple splitting on. Start testing new coalescer heuristics as new llcbeta.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44660 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2007-11-30-TestLoadFolding.ll')
-rw-r--r--test/CodeGen/X86/2007-11-30-TestLoadFolding.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll b/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll
index 25fc6ac..f2e0cc5 100644
--- a/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll
+++ b/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 -stats |& \
-; RUN: grep {2 .*folded into instructions}
+; RUN: grep {1 .*folded into instructions}
; RUN: llvm-as < %s | llc -march=x86 | grep cmp | count 3
%struct.quad_struct = type { i32, i32, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct* }