mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Revert r164051.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164150 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f08c115e6c
commit
37236515cf
@ -35,8 +35,6 @@ void Mips16FrameLowering::emitPrologue(MachineFunction &MF) const {
|
||||
DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
|
||||
uint64_t StackSize = MFI->getStackSize();
|
||||
|
||||
StackSize += 16; // need to allocate space for RA. Clean this up later
|
||||
// when we fix the save/restore instruction. TBD..
|
||||
// No need to allocate space on the stack.
|
||||
if (StackSize == 0 && !MFI->adjustsStack()) return;
|
||||
|
||||
@ -54,8 +52,6 @@ void Mips16FrameLowering::emitEpilogue(MachineFunction &MF,
|
||||
DebugLoc dl = MBBI->getDebugLoc();
|
||||
uint64_t StackSize = MFI->getStackSize();
|
||||
|
||||
StackSize += 16; // need to allocate space for RA. Clean this up later
|
||||
// when we fix the save/restore instruction. TBD..
|
||||
if (!StackSize)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user