X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FThumb2%2Fthumb2-ifcvt1-tc.ll;h=ebc12dc3c1d53e8d8b783f41f2835d4d3429ed21;hb=00552e3875ee5f382db6c98286a241a7d0efe1b8;hp=5315535db0456914611d50f2e10b6aa58aeef4ce;hpb=703af3ab128addcd061e0761b059a919da2a4066;p=oota-llvm.git diff --git a/test/CodeGen/Thumb2/thumb2-ifcvt1-tc.ll b/test/CodeGen/Thumb2/thumb2-ifcvt1-tc.ll index 5315535db04..ebc12dc3c1d 100644 --- a/test/CodeGen/Thumb2/thumb2-ifcvt1-tc.ll +++ b/test/CodeGen/Thumb2/thumb2-ifcvt1-tc.ll @@ -2,7 +2,7 @@ ; XFAIL: * define i32 @t1(i32 %a, i32 %b, i32 %c, i32 %d) nounwind { -; CHECK: t1: +; CHECK-LABEL: t1: ; CHECK: it ne ; CHECK: cmpne switch i32 %c, label %cond_next [ @@ -23,7 +23,7 @@ cond_next: ; FIXME: Check for # of unconditional branch after adding branch folding post ifcvt. define i32 @t2(i32 %a, i32 %b) nounwind { entry: -; CHECK: t2: +; CHECK-LABEL: t2: ; CHECK: ite gt ; CHECK: subgt ; CHECK: suble @@ -63,7 +63,7 @@ bb17: ; preds = %cond_false, %cond_true, %entry define void @foo(i32 %a) nounwind { entry: - %tmp = load i32** @x ; [#uses=1] + %tmp = load i32*, i32** @x ; [#uses=1] store i32 %a, i32* %tmp ret void } @@ -71,7 +71,7 @@ entry: ; Tail call prevents use of ifcvt in this one. Seems like a win though. define void @t3(i32 %a, i32 %b) nounwind { entry: -; CHECK: t3: +; CHECK-LABEL: t3: ; CHECK-NOT: it lt ; CHECK-NOT: poplt ; CHECK: b.w _foo @ TAILCALL