Fix 80 column violations.

Original patch by Liu.

llvm-svn: 140385
This commit is contained in:
Richard Osborne
2011-09-23 16:28:10 +00:00
parent dbe8111948
commit ae191ef63b
3 changed files with 16 additions and 8 deletions

View File

@@ -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);