Skip to content

Commit 8ef0feb

Browse files
author
Kai Luo
committed
Format
1 parent 637789f commit 8ef0feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/PowerPC/PPCISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12774,7 +12774,7 @@ PPCTargetLowering::EmitInstrWithCustomInserter(MachineInstr &MI,
1277412774
unsigned CallFrameSize = TII->getCallFrameSizeAt(MI);
1277512775
copy0MBB->setCallFrameSize(CallFrameSize);
1277612776
sinkMBB->setCallFrameSize(CallFrameSize);
12777-
12777+
1277812778
// Transfer the remainder of BB and its successor edges to sinkMBB.
1277912779
sinkMBB->splice(sinkMBB->begin(), BB,
1278012780
std::next(MachineBasicBlock::iterator(MI)), BB->end());

0 commit comments

Comments
 (0)