mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 13:26:19 +00:00
80 col.
llvm-svn: 166818
This commit is contained in:
parent
4cf10d7d78
commit
c02a8906fc
@ -153,7 +153,8 @@ void ARMFrameLowering::emitPrologue(MachineFunction &MF) const {
|
||||
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 @@ void ARMFrameLowering::emitEpilogue(MachineFunction &MF,
|
||||
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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user