[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / test / CodeGen / ARM / ifcvt5.ll
index 5081791bc257ff61eabb4c50d4544351456af9a9..9fb8abde6130d1193aae522443e6fc5de1d089a4 100644 (file)
@@ -6,17 +6,17 @@
 
 define void @foo(i32 %a) {
 entry:
-       %tmp = load i32** @x            ; <i32*> [#uses=1]
+       %tmp = load i32*, i32** @x              ; <i32*> [#uses=1]
        store i32 %a, i32* %tmp
        ret void
 }
 
 define i32 @t1(i32 %a, i32 %b) {
-; A8: t1:
-; A8: poplt {r7, pc}
+; A8-LABEL: t1:
+; A8: bxlt lr
 
-; SWIFT: t1:
-; SWIFT: pop {r7, pc}
+; SWIFT-LABEL: t1:
+; SWIFT: bxlt lr
 ; SWIFT: pop {r7, pc}
 entry:
        %tmp1 = icmp sgt i32 %a, 10             ; <i1> [#uses=1]