aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-08-05 18:05:58 +0000
committerOwen Anderson <resistor@mac.com>2008-08-05 18:05:58 +0000
commit2a1f07ea6aad2c2db439f6fce7cc548bd45a92c9 (patch)
tree05681619bf808fedce4a9019c27bc0952376d479 /test/CodeGen/X86/2007-11-30-TestLoadFolding.ll
parentd6db225800663c2300c55d098ec63a0f5eaf5d14 (diff)
downloadexternal_llvm-2a1f07ea6aad2c2db439f6fce7cc548bd45a92c9.zip
external_llvm-2a1f07ea6aad2c2db439f6fce7cc548bd45a92c9.tar.gz
external_llvm-2a1f07ea6aad2c2db439f6fce7cc548bd45a92c9.tar.bz2
Remove another -disable-correct-folding use.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54357 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.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll b/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll
index 925e7f0..0d43a6e 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 -disable-correct-folding -stats |& \
+; RUN: llvm-as < %s | llc -march=x86 -stats |& \
; RUN: grep {1 .*folded into instructions}
-; RUN: llvm-as < %s | llc -march=x86 -disable-correct-folding | grep cmp | count 3
+; RUN: llvm-as < %s | llc -march=x86 | grep cmp | count 4
%struct.quad_struct = type { i32, i32, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct* }
@@ -31,7 +31,7 @@ cond_true.i163: ; preds = %cond_true.i35
%tmp19.i12.i171 = load %struct.quad_struct** %tmp18.i11.i170, align 4 ; <%struct.quad_struct*> [#uses=1]
%tmp21.i173 = tail call fastcc i32 @sum_adjacent( %struct.quad_struct* %tmp19.i12.i171, i32 3, i32 2, i32 %tmp7.i162 ) ; <i32> [#uses=1]
%tmp22.i174 = add i32 %tmp21.i173, %tmp13.i168 ; <i32> [#uses=1]
- br i1 false, label %cond_true.i141, label %cond_false.i156
+ br i1 %tmp4.i161, label %cond_true.i141, label %cond_false.i156
cond_false.i178: ; preds = %cond_true.i35
ret i32 0