diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/pr27591.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/pr27591.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/pr27591.ll b/llvm/test/CodeGen/X86/pr27591.ll index ec116c22c2c..9291915c767 100644 --- a/llvm/test/CodeGen/X86/pr27591.ll +++ b/llvm/test/CodeGen/X86/pr27591.ll @@ -5,7 +5,7 @@ target triple = "x86_64-unknown-linux-gnu" define void @test1(i32 %x) #0 { ; CHECK-LABEL: test1: -; CHECK: # BB#0: # %entry +; CHECK: # %bb.0: # %entry ; CHECK-NEXT: pushq %rax ; CHECK-NEXT: cmpl $0, %edi ; CHECK-NEXT: setne %al @@ -22,7 +22,7 @@ entry: define void @test2(i32 %x) #0 { ; CHECK-LABEL: test2: -; CHECK: # BB#0: # %entry +; CHECK: # %bb.0: # %entry ; CHECK-NEXT: pushq %rax ; CHECK-NEXT: cmpl $0, %edi ; CHECK-NEXT: setne %al |