summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SPARC/analyze-branch.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/SPARC/analyze-branch.ll')
-rw-r--r--llvm/test/CodeGen/SPARC/analyze-branch.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SPARC/analyze-branch.ll b/llvm/test/CodeGen/SPARC/analyze-branch.ll
index 7d2096033a0..c39dde5a2b8 100644
--- a/llvm/test/CodeGen/SPARC/analyze-branch.ll
+++ b/llvm/test/CodeGen/SPARC/analyze-branch.ll
@@ -18,7 +18,7 @@ define void @test_Bcc_fallthrough_taken(i32 %in) nounwind {
; CHECK: cmp {{%[goli][0-9]+}}, 42
; CHECK: bne [[FALSE:.LBB[0-9]+_[0-9]+]]
; CHECK-NEXT: nop
-; CHECK-NEXT: ! BB#
+; CHECK-NEXT: ! %bb.
; CHECK-NEXT: call test_true
; CHECK: [[FALSE]]:
@@ -42,7 +42,7 @@ define void @test_Bcc_fallthrough_nottaken(i32 %in) nounwind {
; CHECK: be [[TRUE:.LBB[0-9]+_[0-9]+]]
; CHECK-NEXT: nop
-; CHECK-NEXT: ! BB#
+; CHECK-NEXT: ! %bb.
; CHECK-NEXT: call test_false
; CHECK: [[TRUE]]:
OpenPOWER on IntegriCloud