diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/rem.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/rem.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/X86/rem.ll b/llvm/test/CodeGen/X86/rem.ll index 7b138f02eb4..672baa5c1bd 100644 --- a/llvm/test/CodeGen/X86/rem.ll +++ b/llvm/test/CodeGen/X86/rem.ll @@ -3,7 +3,7 @@ define i32 @test1(i32 %X) { ; CHECK-LABEL: test1: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: movl {{[0-9]+}}(%esp), %ecx ; CHECK-NEXT: movl $-2139062143, %edx # imm = 0x80808081 ; CHECK-NEXT: movl %ecx, %eax @@ -25,7 +25,7 @@ define i32 @test1(i32 %X) { define i32 @test2(i32 %X) { ; CHECK-LABEL: test2: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: movl {{[0-9]+}}(%esp), %eax ; CHECK-NEXT: movl %eax, %ecx ; CHECK-NEXT: sarl $31, %ecx @@ -40,7 +40,7 @@ define i32 @test2(i32 %X) { define i32 @test3(i32 %X) { ; CHECK-LABEL: test3: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: movl {{[0-9]+}}(%esp), %ecx ; CHECK-NEXT: movl $-2139062143, %edx # imm = 0x80808081 ; CHECK-NEXT: movl %ecx, %eax @@ -58,7 +58,7 @@ define i32 @test3(i32 %X) { define i32 @test4(i32 %X) { ; CHECK-LABEL: test4: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: movzbl {{[0-9]+}}(%esp), %eax ; CHECK-NEXT: retl %tmp1 = urem i32 %X, 256 @@ -67,7 +67,7 @@ define i32 @test4(i32 %X) { define i32 @test5(i32 %X) nounwind readnone { ; CHECK-LABEL: test5: -; CHECK: # BB#0: # %entry +; CHECK: # %bb.0: # %entry ; CHECK-NEXT: movl $41, %eax ; CHECK-NEXT: xorl %edx, %edx ; CHECK-NEXT: idivl {{[0-9]+}}(%esp) |