diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/GlobalISel/or-scalar.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/GlobalISel/or-scalar.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/X86/GlobalISel/or-scalar.ll b/llvm/test/CodeGen/X86/GlobalISel/or-scalar.ll index a4cfcfe8ce5..397deaaf906 100644 --- a/llvm/test/CodeGen/X86/GlobalISel/or-scalar.ll +++ b/llvm/test/CodeGen/X86/GlobalISel/or-scalar.ll @@ -3,7 +3,7 @@ define i32 @test_or_i1(i32 %arg1, i32 %arg2) { ; ALL-LABEL: test_or_i1: -; ALL: # BB#0: +; ALL: # %bb.0: ; ALL-NEXT: cmpl %esi, %edi ; ALL-NEXT: sete %al ; ALL-NEXT: orb %al, %al @@ -18,7 +18,7 @@ define i32 @test_or_i1(i32 %arg1, i32 %arg2) { define i8 @test_or_i8(i8 %arg1, i8 %arg2) { ; ALL-LABEL: test_or_i8: -; ALL: # BB#0: +; ALL: # %bb.0: ; ALL-NEXT: orb %dil, %sil ; ALL-NEXT: movl %esi, %eax ; ALL-NEXT: retq @@ -28,7 +28,7 @@ define i8 @test_or_i8(i8 %arg1, i8 %arg2) { define i16 @test_or_i16(i16 %arg1, i16 %arg2) { ; ALL-LABEL: test_or_i16: -; ALL: # BB#0: +; ALL: # %bb.0: ; ALL-NEXT: orw %di, %si ; ALL-NEXT: movl %esi, %eax ; ALL-NEXT: retq @@ -38,7 +38,7 @@ define i16 @test_or_i16(i16 %arg1, i16 %arg2) { define i32 @test_or_i32(i32 %arg1, i32 %arg2) { ; ALL-LABEL: test_or_i32: -; ALL: # BB#0: +; ALL: # %bb.0: ; ALL-NEXT: orl %edi, %esi ; ALL-NEXT: movl %esi, %eax ; ALL-NEXT: retq @@ -48,7 +48,7 @@ define i32 @test_or_i32(i32 %arg1, i32 %arg2) { define i64 @test_or_i64(i64 %arg1, i64 %arg2) { ; ALL-LABEL: test_or_i64: -; ALL: # BB#0: +; ALL: # %bb.0: ; ALL-NEXT: orq %rdi, %rsi ; ALL-NEXT: movq %rsi, %rax ; ALL-NEXT: retq |