aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pause.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/pause.ll')
-rw-r--r--test/CodeGen/X86/pause.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pause.ll b/test/CodeGen/X86/pause.ll
index 70ac79f78f6e0..2bace05e0122d 100644
--- a/test/CodeGen/X86/pause.ll
+++ b/test/CodeGen/X86/pause.ll
@@ -6,7 +6,7 @@
define void @test_x86_sse2_pause() {
; CHECK-LABEL: test_x86_sse2_pause:
-; CHECK: ## BB#0:
+; CHECK: ## %bb.0:
; CHECK-NEXT: pause ## encoding: [0xf3,0x90]
; CHECK-NEXT: retl ## encoding: [0xc3]
tail call void @llvm.x86.sse2.pause()