diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/pr32484.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/pr32484.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pr32484.ll b/llvm/test/CodeGen/X86/pr32484.ll index 093c9b01c55..dc67ec2924b 100644 --- a/llvm/test/CodeGen/X86/pr32484.ll +++ b/llvm/test/CodeGen/X86/pr32484.ll @@ -3,7 +3,7 @@ define void @foo() { ; CHECK-LABEL: foo: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: # implicit-def: %rax ; CHECK-NEXT: jmpq *%rax ; CHECK-NEXT: .LBB0_1: |