Miss two, PR5307.
[oota-llvm.git] / test / CodeGen / Thumb2 / thumb2-bcc.ll
index e1f9cdbf8c643c8683973c80655a68aefcf93ad8..aae9f5c0af714e0f13e59a330032dcb25e479e89 100644 (file)
@@ -2,8 +2,8 @@
 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | not grep it
 
 define i32 @t1(i32 %a, i32 %b, i32 %c) {
-; CHECK: t1
-; CHECK: beq
+; CHECK: t1:
+; CHECK: cbz
        %tmp2 = icmp eq i32 %a, 0
        br i1 %tmp2, label %cond_false, label %cond_true