Fix 80 column violations.
Original patch by Liu. llvm-svn: 140385
This commit is contained in:
@@ -100,7 +100,8 @@ void XCoreFrameLowering::emitPrologue(MachineFunction &MF) const {
|
||||
DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
|
||||
|
||||
bool FP = hasFP(MF);
|
||||
bool Nested = MF.getFunction()->getAttributes().hasAttrSomewhere(Attribute::Nest);
|
||||
bool Nested = MF.getFunction()->
|
||||
getAttributes().hasAttrSomewhere(Attribute::Nest);
|
||||
|
||||
if (Nested) {
|
||||
loadFromStack(MBB, MBBI, XCore::R11, 0, dl, TII);
|
||||
|
||||
Reference in New Issue
Block a user