Clang and AArch64 backend patches to support shll/shl and vmovl instructions and...
[oota-llvm.git] / test / CodeGen / Thumb2 / thumb2-bcc.ll
index 4a2d6000bbc7bfd0962f23daa47e96e09321786b..81f7de9ae39c86ad06ee0451fce6397f3625079f 100644 (file)
@@ -4,7 +4,7 @@
 ; happen and we get actual branches.
 
 define i32 @t1(i32 %a, i32 %b, i32 %c) {
-; CHECK: t1:
+; CHECK-LABEL: t1:
 ; CHECK: cbz
   %tmp2 = icmp eq i32 %a, 0
   br i1 %tmp2, label %cond_false, label %cond_true