diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-load-i1.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fast-isel-load-i1.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-load-i1.ll b/llvm/test/CodeGen/X86/fast-isel-load-i1.ll index f515d38cbb9..814c8649ca9 100644 --- a/llvm/test/CodeGen/X86/fast-isel-load-i1.ll +++ b/llvm/test/CodeGen/X86/fast-isel-load-i1.ll @@ -3,10 +3,10 @@ define i1 @test_i1(i1* %b) { ; CHECK-LABEL: test_i1: -; CHECK: # BB#0: # %entry +; CHECK: # %bb.0: # %entry ; CHECK-NEXT: testb $1, (%rdi) ; CHECK-NEXT: je .LBB0_2 -; CHECK-NEXT: # BB#1: # %in +; CHECK-NEXT: # %bb.1: # %in ; CHECK-NEXT: xorl %eax, %eax ; CHECK-NEXT: retq ; CHECK-NEXT: .LBB0_2: # %out |