diff options
author | Richard Osborne <richard@xmos.com> | 2011-09-23 16:28:10 +0000 |
---|---|---|
committer | Richard Osborne <richard@xmos.com> | 2011-09-23 16:28:10 +0000 |
commit | 0353dab90ec502b02cbf2cee845e07d51627248b (patch) | |
tree | ae5048e94f8e47129885e1961b88ec81e1d9a4c7 /lib/Target/XCore/XCoreFrameLowering.cpp | |
parent | 04aa4aee8901faf750120ac4571bee74e5a81a90 (diff) |
Fix 80 column violations.
Original patch by Liu.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140385 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/XCore/XCoreFrameLowering.cpp')
-rw-r--r-- | lib/Target/XCore/XCoreFrameLowering.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/XCore/XCoreFrameLowering.cpp b/lib/Target/XCore/XCoreFrameLowering.cpp index e4cbeb9cda..7f8b169819 100644 --- a/lib/Target/XCore/XCoreFrameLowering.cpp +++ b/lib/Target/XCore/XCoreFrameLowering.cpp @@ -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); |