aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-08-04 23:55:29 +0000
committerOwen Anderson <resistor@mac.com>2008-08-04 23:55:29 +0000
commit2b85dc3544f4611d07bd1fdf2fe4081e3b0793fd (patch)
tree3316be49c628202bd7ecb8366e4d2874444e0a8e /test/CodeGen/X86/2007-11-30-TestLoadFolding.ll
parentbd3ba461eb5578a81ba09ff7bd7eb271d1130196 (diff)
downloadexternal_llvm-2b85dc3544f4611d07bd1fdf2fe4081e3b0793fd.zip
external_llvm-2b85dc3544f4611d07bd1fdf2fe4081e3b0793fd.tar.gz
external_llvm-2b85dc3544f4611d07bd1fdf2fe4081e3b0793fd.tar.bz2
Update these tests to work by disabling the new correct CFG generation. This flag should ONLY be used to for tests like these.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54334 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.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll b/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll
index f2e0cc5..925e7f0 100644
--- a/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll
+++ b/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=x86 -stats |& \
+; RUN: llvm-as < %s | llc -march=x86 -disable-correct-folding -stats |& \
; RUN: grep {1 .*folded into instructions}
-; RUN: llvm-as < %s | llc -march=x86 | grep cmp | count 3
+; RUN: llvm-as < %s | llc -march=x86 -disable-correct-folding | 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* }