aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/ifcvt5.ll
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-10-22 16:52:21 +0000
committerBob Wilson <bob.wilson@apple.com>2009-10-22 16:52:21 +0000
commitbac6ed4ba4b5b912470e3c48f86c3e74a2f36d7b (patch)
tree00e0395dd031f2fe6dd3b2d262c63a9e1c8873be /test/CodeGen/ARM/ifcvt5.ll
parent09b5d90429258f92f5e5ac98411a71460bcd9230 (diff)
downloadexternal_llvm-bac6ed4ba4b5b912470e3c48f86c3e74a2f36d7b.zip
external_llvm-bac6ed4ba4b5b912470e3c48f86c3e74a2f36d7b.tar.gz
external_llvm-bac6ed4ba4b5b912470e3c48f86c3e74a2f36d7b.tar.bz2
Revert 84843. Evan, this was breaking some of the if-conversion tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84868 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/ifcvt5.ll')
-rw-r--r--test/CodeGen/ARM/ifcvt5.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/ifcvt5.ll b/test/CodeGen/ARM/ifcvt5.ll
index 92bbe75..e9145ac 100644
--- a/test/CodeGen/ARM/ifcvt5.ll
+++ b/test/CodeGen/ARM/ifcvt5.ll
@@ -11,8 +11,7 @@ entry:
define void @t1(i32 %a, i32 %b) {
; CHECK: t1:
-; CHECK: movge
-; CHECK: blge _foo
+; CHECK: ldmltfd sp!, {r7, pc}
entry:
%tmp1 = icmp sgt i32 %a, 10 ; <i1> [#uses=1]
br i1 %tmp1, label %cond_true, label %UnifiedReturnBlock