diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/knowCRBitSpill.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/knowCRBitSpill.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/knowCRBitSpill.ll b/llvm/test/CodeGen/PowerPC/knowCRBitSpill.ll index f49a70325b5..e3a0e0ba9c3 100644 --- a/llvm/test/CodeGen/PowerPC/knowCRBitSpill.ll +++ b/llvm/test/CodeGen/PowerPC/knowCRBitSpill.ll @@ -86,7 +86,7 @@ define dso_local signext i32 @spillCRUNSET(%struct.p5rx* readonly %p1, i32 signe ; CHECK-NOT: mfocrf [[REG2:.*]], [[CREG]] ; CHECK-NOT: rlwinm [[REG2]], [[REG2]] ; CHECK: stw [[REG1]] -; CHECK: .LBB1_1: # %redo_first_pass +; CHECK: .LBB1_1: entry: %and = and i32 %p3, 128 %tobool = icmp eq i32 %and, 0 |