aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pku.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/pku.ll')
-rw-r--r--test/CodeGen/X86/pku.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/pku.ll b/test/CodeGen/X86/pku.ll
index 79b8c474ade0..10875a589a6e 100644
--- a/test/CodeGen/X86/pku.ll
+++ b/test/CodeGen/X86/pku.ll
@@ -4,7 +4,7 @@ declare void @llvm.x86.wrpkru(i32)
define void @test_x86_wrpkru(i32 %src) {
; CHECK-LABEL: test_x86_wrpkru:
-; CHECK: ## BB#0:
+; CHECK: ## %bb.0:
; CHECK-NEXT: xorl %ecx, %ecx
; CHECK-NEXT: xorl %edx, %edx
; CHECK-NEXT: movl %edi, %eax
@@ -16,7 +16,7 @@ define void @test_x86_wrpkru(i32 %src) {
define i32 @test_x86_rdpkru() {
; CHECK-LABEL: test_x86_rdpkru:
-; CHECK: ## BB#0:
+; CHECK: ## %bb.0:
; CHECK-NEXT: xorl %ecx, %ecx
; CHECK-NEXT: rdpkru
; CHECK-NEXT: retq