diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-09-13 20:30:37 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-09-13 20:30:37 +0000 |
commit | b04546ff5b1a7a03eec1076900c945223bf494cc (patch) | |
tree | 357b86ece40155d19b1f34b93b0f5882c459088a /lib/Target/ARM/Thumb1FrameLowering.cpp | |
parent | 8f310d978681b08e2e134a1d7b0433e43aa909f2 (diff) |
Tidy up a few 80 column violations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139636 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/Thumb1FrameLowering.cpp')
-rw-r--r-- | lib/Target/ARM/Thumb1FrameLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/Thumb1FrameLowering.cpp b/lib/Target/ARM/Thumb1FrameLowering.cpp index c136906807..d4d59ea59d 100644 --- a/lib/Target/ARM/Thumb1FrameLowering.cpp +++ b/lib/Target/ARM/Thumb1FrameLowering.cpp @@ -21,7 +21,7 @@ using namespace llvm; -bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { +bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{ const MachineFrameInfo *FFI = MF.getFrameInfo(); unsigned CFSize = FFI->getMaxCallFrameSize(); // It's not always a good idea to include the call frame as part of the |