diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-22 11:14:39 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-22 11:14:39 +0000 |
commit | a9cb538a74b511aa56e4237dbdfca57e8dcc57cc (patch) | |
tree | 7178bd55ae00a47c72eb79a8c23241f283095cce /llvm/lib/Target/ARM/Thumb1FrameLowering.cpp | |
parent | 84965031a75345167c6ec2cf5e5c133869a43b47 (diff) | |
download | bcm5719-llvm-a9cb538a74b511aa56e4237dbdfca57e8dcc57cc.tar.gz bcm5719-llvm-a9cb538a74b511aa56e4237dbdfca57e8dcc57cc.zip |
Reformat blank lines.
llvm-svn: 248263
Diffstat (limited to 'llvm/lib/Target/ARM/Thumb1FrameLowering.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/Thumb1FrameLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp b/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp index 46b31c350a0..6e30c8b3f9c 100644 --- a/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp +++ b/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp @@ -232,7 +232,6 @@ void Thumb1FrameLowering::emitPrologue(MachineFunction &MF, } } - // Adjust FP so it point to the stack slot that contains the previous FP. if (HasFP) { FramePtrOffsetInBlock += MFI->getObjectOffset(FramePtrSpillFI) |