diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2009-10-22 16:52:21 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2009-10-22 16:52:21 +0000 |
| commit | 9d763cc3f8bc22f6dc37c00198ee5ec3f9500666 (patch) | |
| tree | b52bc5df3970fe369c1f7707389a154d81dfad3d /llvm/test/CodeGen/ARM | |
| parent | cb8eb225b18101a8fb70adb81a26d4e0c3fcd2b4 (diff) | |
| download | bcm5719-llvm-9d763cc3f8bc22f6dc37c00198ee5ec3f9500666.tar.gz bcm5719-llvm-9d763cc3f8bc22f6dc37c00198ee5ec3f9500666.zip | |
Revert 84843. Evan, this was breaking some of the if-conversion tests.
llvm-svn: 84868
Diffstat (limited to 'llvm/test/CodeGen/ARM')
| -rw-r--r-- | llvm/test/CodeGen/ARM/ifcvt5.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/ifcvt5.ll b/llvm/test/CodeGen/ARM/ifcvt5.ll index 92bbe75baac..e9145ac36dd 100644 --- a/llvm/test/CodeGen/ARM/ifcvt5.ll +++ b/llvm/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 |

