mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
80-column fixups.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207474 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -113,7 +113,8 @@ static void IfNeededExtSP(MachineBasicBlock &MBB,
|
|||||||
/// IfNeededLDAWSP emits the necessary LDAWSP instructions to move the SP only
|
/// IfNeededLDAWSP emits the necessary LDAWSP instructions to move the SP only
|
||||||
/// as far as to make 'OffsetFromTop' reachable using an LDAWSP_lru6.
|
/// as far as to make 'OffsetFromTop' reachable using an LDAWSP_lru6.
|
||||||
/// \param OffsetFromTop the spill offset from the top of the frame.
|
/// \param OffsetFromTop the spill offset from the top of the frame.
|
||||||
/// \param [in,out] RemainingAdj the current SP offset from the top of the frame.
|
/// \param [in,out] RemainingAdj the current SP offset from the top of the
|
||||||
|
/// frame.
|
||||||
static void IfNeededLDAWSP(MachineBasicBlock &MBB,
|
static void IfNeededLDAWSP(MachineBasicBlock &MBB,
|
||||||
MachineBasicBlock::iterator MBBI, DebugLoc dl,
|
MachineBasicBlock::iterator MBBI, DebugLoc dl,
|
||||||
const TargetInstrInfo &TII, int OffsetFromTop,
|
const TargetInstrInfo &TII, int OffsetFromTop,
|
||||||
@@ -346,7 +347,8 @@ void XCoreFrameLowering::emitEpilogue(MachineFunction &MF,
|
|||||||
RemainingAdj /= 4;
|
RemainingAdj /= 4;
|
||||||
|
|
||||||
if (RetOpcode == XCore::EH_RETURN) {
|
if (RetOpcode == XCore::EH_RETURN) {
|
||||||
// 'Restore' the exception info the unwinder has placed into the stack slots.
|
// 'Restore' the exception info the unwinder has placed into the stack
|
||||||
|
// slots.
|
||||||
SmallVector<StackSlotInfo,2> SpillList;
|
SmallVector<StackSlotInfo,2> SpillList;
|
||||||
GetEHSpillList(SpillList, MFI, XFI, MF.getTarget().getTargetLowering());
|
GetEHSpillList(SpillList, MFI, XFI, MF.getTarget().getTargetLowering());
|
||||||
RestoreSpillList(MBB, MBBI, dl, TII, RemainingAdj, SpillList);
|
RestoreSpillList(MBB, MBBI, dl, TII, RemainingAdj, SpillList);
|
||||||
@@ -514,7 +516,7 @@ eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
|
|||||||
MBB.insert(I, New);
|
MBB.insert(I, New);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
MBB.erase(I);
|
MBB.erase(I);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user