diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/conditional-indecrement.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/conditional-indecrement.ll | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/llvm/test/CodeGen/X86/conditional-indecrement.ll b/llvm/test/CodeGen/X86/conditional-indecrement.ll index f9e18f62697..6a681445bf8 100644 --- a/llvm/test/CodeGen/X86/conditional-indecrement.ll +++ b/llvm/test/CodeGen/X86/conditional-indecrement.ll @@ -3,7 +3,7 @@ define i32 @test1(i32 %a, i32 %b) nounwind readnone { ; CHECK-LABEL: test1: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: cmpl $1, %edi ; CHECK-NEXT: sbbl $-1, %esi ; CHECK-NEXT: movl %esi, %eax @@ -16,7 +16,7 @@ define i32 @test1(i32 %a, i32 %b) nounwind readnone { define i32 @test1_commute(i32 %a, i32 %b) nounwind readnone { ; CHECK-LABEL: test1_commute: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: cmpl $1, %edi ; CHECK-NEXT: sbbl $-1, %esi ; CHECK-NEXT: movl %esi, %eax @@ -29,7 +29,7 @@ define i32 @test1_commute(i32 %a, i32 %b) nounwind readnone { define i32 @test2(i32 %a, i32 %b) nounwind readnone { ; CHECK-LABEL: test2: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: cmpl $1, %edi ; CHECK-NEXT: adcl $0, %esi ; CHECK-NEXT: movl %esi, %eax @@ -42,7 +42,7 @@ define i32 @test2(i32 %a, i32 %b) nounwind readnone { define i32 @test3(i32 %a, i32 %b) nounwind readnone { ; CHECK-LABEL: test3: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: cmpl $1, %edi ; CHECK-NEXT: adcl $0, %esi ; CHECK-NEXT: movl %esi, %eax @@ -55,7 +55,7 @@ define i32 @test3(i32 %a, i32 %b) nounwind readnone { define i32 @test4(i32 %a, i32 %b) nounwind readnone { ; CHECK-LABEL: test4: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: cmpl $1, %edi ; CHECK-NEXT: sbbl $-1, %esi ; CHECK-NEXT: movl %esi, %eax @@ -68,7 +68,7 @@ define i32 @test4(i32 %a, i32 %b) nounwind readnone { define i32 @test5(i32 %a, i32 %b) nounwind readnone { ; CHECK-LABEL: test5: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: cmpl $1, %edi ; CHECK-NEXT: adcl $-1, %esi ; CHECK-NEXT: movl %esi, %eax @@ -81,7 +81,7 @@ define i32 @test5(i32 %a, i32 %b) nounwind readnone { define i32 @test6(i32 %a, i32 %b) nounwind readnone { ; CHECK-LABEL: test6: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: cmpl $1, %edi ; CHECK-NEXT: sbbl $0, %esi ; CHECK-NEXT: movl %esi, %eax @@ -94,7 +94,7 @@ define i32 @test6(i32 %a, i32 %b) nounwind readnone { define i32 @test7(i32 %a, i32 %b) nounwind readnone { ; CHECK-LABEL: test7: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: cmpl $1, %edi ; CHECK-NEXT: sbbl $0, %esi ; CHECK-NEXT: movl %esi, %eax @@ -107,7 +107,7 @@ define i32 @test7(i32 %a, i32 %b) nounwind readnone { define i32 @test8(i32 %a, i32 %b) nounwind readnone { ; CHECK-LABEL: test8: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: cmpl $1, %edi ; CHECK-NEXT: adcl $-1, %esi ; CHECK-NEXT: movl %esi, %eax |