[llvm] r207474 - 80-column fixups.

Eric Christopher echristo at gmail.com
Mon Apr 28 17:16:42 PDT 2014


Author: echristo
Date: Mon Apr 28 19:16:42 2014
New Revision: 207474

URL: http://llvm.org/viewvc/llvm-project?rev=207474&view=rev
Log:
80-column fixups.

Modified:
    llvm/trunk/lib/Target/XCore/XCoreFrameLowering.cpp

Modified: llvm/trunk/lib/Target/XCore/XCoreFrameLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/XCore/XCoreFrameLowering.cpp?rev=207474&r1=207473&r2=207474&view=diff
==============================================================================
--- llvm/trunk/lib/Target/XCore/XCoreFrameLowering.cpp (original)
+++ llvm/trunk/lib/Target/XCore/XCoreFrameLowering.cpp Mon Apr 28 19:16:42 2014
@@ -113,7 +113,8 @@ static void IfNeededExtSP(MachineBasicBl
 /// 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(Ma
   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(MachineFun
       MBB.insert(I, New);
     }
   }
-  
+
   MBB.erase(I);
 }
 





More information about the llvm-commits mailing list