diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/testComparesi32leu.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/testComparesi32leu.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/testComparesi32leu.ll b/llvm/test/CodeGen/PowerPC/testComparesi32leu.ll index 65a75dacbeb..3ba967b51da 100644 --- a/llvm/test/CodeGen/PowerPC/testComparesi32leu.ll +++ b/llvm/test/CodeGen/PowerPC/testComparesi32leu.ll @@ -8,7 +8,7 @@ define signext i32 @test(i8 zeroext %a, i8 zeroext %b) { ; CHECK-LABEL: test: -; CHECK: # BB#0: # %entry +; CHECK: # %bb.0: # %entry ; CHECK-NEXT: rlwinm r3, r3, 0, 31, 31 ; CHECK-NEXT: rlwinm r4, r4, 0, 31, 31 ; CHECK-NEXT: clrldi r3, r3, 32 |