Skip to content

Commit ff081db

Browse files
committed
clang-format-region
1 parent d556765 commit ff081db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/PowerPC/PPCISelLowering.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13297,7 +13297,8 @@ PPCTargetLowering::EmitInstrWithCustomInserter(MachineInstr &MI,
1329713297
DebugLoc dl = MI.getDebugLoc();
1329813298
F->insert(It, copy0MBB);
1329913299
F->insert(It, sinkMBB);
13300-
if (isPhysRegLiveAfter(PPC::CARRY , MI.getIterator())) {
13300+
13301+
if (isPhysRegLiveAfter(PPC::CARRY, MI.getIterator())) {
1330113302
copy0MBB->addLiveIn(PPC::CARRY);
1330213303
sinkMBB->addLiveIn(PPC::CARRY);
1330313304
}

0 commit comments

Comments
 (0)