From bac6ed4ba4b5b912470e3c48f86c3e74a2f36d7b Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Thu, 22 Oct 2009 16:52:21 +0000 Subject: 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 --- test/CodeGen/ARM/ifcvt5.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/CodeGen/ARM/ifcvt5.ll') 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 ; [#uses=1] br i1 %tmp1, label %cond_true, label %UnifiedReturnBlock -- cgit v1.1