diff options
author | Eric Christopher <echristo@gmail.com> | 2014-04-29 00:16:42 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-04-29 00:16:42 +0000 |
commit | 40af450562a7326c5bd0a94af732a1165f316591 (patch) | |
tree | a5531698a280c0adf45a7e9e875c4cce8c4479a8 /llvm/lib/Target/XCore/XCoreFrameLowering.cpp | |
parent | d17374919b4808301f01ef8d439add1d6ab88d9c (diff) | |
download | bcm5719-llvm-40af450562a7326c5bd0a94af732a1165f316591.tar.gz bcm5719-llvm-40af450562a7326c5bd0a94af732a1165f316591.zip |
80-column fixups.
llvm-svn: 207474
Diffstat (limited to 'llvm/lib/Target/XCore/XCoreFrameLowering.cpp')
-rw-r--r-- | llvm/lib/Target/XCore/XCoreFrameLowering.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/llvm/lib/Target/XCore/XCoreFrameLowering.cpp b/llvm/lib/Target/XCore/XCoreFrameLowering.cpp index 5461a3f5cf5..6a65a8cf121 100644 --- a/llvm/lib/Target/XCore/XCoreFrameLowering.cpp +++ b/llvm/lib/Target/XCore/XCoreFrameLowering.cpp @@ -113,7 +113,8 @@ static void IfNeededExtSP(MachineBasicBlock &MBB, /// IfNeededLDAWSP emits the necessary LDAWSP instructions to move the SP only /// as far as to make 'OffsetFromTop' reachable using an LDAWSP_lru6. /// \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, MachineBasicBlock::iterator MBBI, DebugLoc dl, const TargetInstrInfo &TII, int OffsetFromTop, @@ -346,7 +347,8 @@ void XCoreFrameLowering::emitEpilogue(MachineFunction &MF, RemainingAdj /= 4; 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; GetEHSpillList(SpillList, MFI, XFI, MF.getTarget().getTargetLowering()); RestoreSpillList(MBB, MBBI, dl, TII, RemainingAdj, SpillList); @@ -514,7 +516,7 @@ eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB, MBB.insert(I, New); } } - + MBB.erase(I); } |