summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/clflushopt.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/clflushopt.ll')
-rw-r--r--llvm/test/CodeGen/X86/clflushopt.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/clflushopt.ll b/llvm/test/CodeGen/X86/clflushopt.ll
index 1f699a88e6c..decd4cc35ab 100644
--- a/llvm/test/CodeGen/X86/clflushopt.ll
+++ b/llvm/test/CodeGen/X86/clflushopt.ll
@@ -4,13 +4,13 @@
define void @clflushopt(i8* %p) nounwind {
; X86-LABEL: clflushopt:
-; X86: ## BB#0:
+; X86: ## %bb.0:
; X86-NEXT: movl {{[0-9]+}}(%esp), %eax
; X86-NEXT: clflushopt (%eax)
; X86-NEXT: retl
;
; X64-LABEL: clflushopt:
-; X64: ## BB#0:
+; X64: ## %bb.0:
; X64-NEXT: clflushopt (%rdi)
; X64-NEXT: retq
tail call void @llvm.x86.clflushopt(i8* %p)
OpenPOWER on IntegriCloud