[llvm-commits] [llvm] r166818 - /llvm/trunk/lib/Target/ARM/ARMFrameLowering.cpp
Jakob Stoklund Olesen
stoklund at 2pi.dk
Fri Oct 26 14:46:57 PDT 2012
Author: stoklund
Date: Fri Oct 26 16:46:57 2012
New Revision: 166818
URL: http://llvm.org/viewvc/llvm-project?rev=166818&view=rev
Log:
80 col.
Modified:
llvm/trunk/lib/Target/ARM/ARMFrameLowering.cpp
Modified: llvm/trunk/lib/Target/ARM/ARMFrameLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMFrameLowering.cpp?rev=166818&r1=166817&r2=166818&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMFrameLowering.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMFrameLowering.cpp Fri Oct 26 16:46:57 2012
@@ -153,7 +153,8 @@
int FramePtrSpillFI = 0;
int D8SpillFI = 0;
- // All calls are tail calls in GHC calling conv, and functions have no prologue/epilogue.
+ // All calls are tail calls in GHC calling conv, and functions have no
+ // prologue/epilogue.
if (MF.getFunction()->getCallingConv() == CallingConv::GHC)
return;
@@ -361,7 +362,8 @@
int NumBytes = (int)MFI->getStackSize();
unsigned FramePtr = RegInfo->getFrameRegister(MF);
- // All calls are tail calls in GHC calling conv, and functions have no prologue/epilogue.
+ // All calls are tail calls in GHC calling conv, and functions have no
+ // prologue/epilogue.
if (MF.getFunction()->getCallingConv() == CallingConv::GHC)
return;
More information about the llvm-commits
mailing list