summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/negate-i1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/ARM/negate-i1.ll')
-rw-r--r--llvm/test/CodeGen/ARM/negate-i1.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/negate-i1.ll b/llvm/test/CodeGen/ARM/negate-i1.ll
index 0503763e674..493b26a5a84 100644
--- a/llvm/test/CodeGen/ARM/negate-i1.ll
+++ b/llvm/test/CodeGen/ARM/negate-i1.ll
@@ -4,7 +4,7 @@
define i32 @select_i32_neg1_or_0(i1 %a) {
; CHECK-LABEL: select_i32_neg1_or_0:
-; CHECK-NEXT: @ BB#0:
+; CHECK-NEXT: @ %bb.0:
; CHECK-NEXT: and r0, r0, #1
; CHECK-NEXT: rsb r0, r0, #0
; CHECK-NEXT: mov pc, lr
@@ -15,7 +15,7 @@ define i32 @select_i32_neg1_or_0(i1 %a) {
define i32 @select_i32_neg1_or_0_zeroext(i1 zeroext %a) {
; CHECK-LABEL: select_i32_neg1_or_0_zeroext:
-; CHECK-NEXT: @ BB#0:
+; CHECK-NEXT: @ %bb.0:
; CHECK-NEXT: rsb r0, r0, #0
; CHECK-NEXT: mov pc, lr
;
OpenPOWER on IntegriCloud