aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/rdrand-x86_64.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/rdrand-x86_64.ll')
-rw-r--r--test/CodeGen/X86/rdrand-x86_64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/rdrand-x86_64.ll b/test/CodeGen/X86/rdrand-x86_64.ll
index 06f1136087bbd..88c49c03d7d24 100644
--- a/test/CodeGen/X86/rdrand-x86_64.ll
+++ b/test/CodeGen/X86/rdrand-x86_64.ll
@@ -5,7 +5,7 @@ declare {i64, i32} @llvm.x86.rdrand.64()
define i32 @_rdrand64_step(i64* %random_val) {
; CHECK-LABEL: _rdrand64_step:
-; CHECK: # BB#0:
+; CHECK: # %bb.0:
; CHECK-NEXT: rdrandq %rcx
; CHECK-NEXT: movl $1, %eax
; CHECK-NEXT: cmovael %ecx, %eax