mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-09 10:20:34 +00:00
Keep tabs and trailing spaces out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22565 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -245,7 +245,7 @@ void PPC32RegisterInfo::emitPrologue(MachineFunction &MF) const {
|
||||
NumBytes += MFI->getMaxCallFrameSize();
|
||||
}
|
||||
|
||||
// If we are a leaf function, and use up to 224 bytes of stack space,
|
||||
// If we are a leaf function, and use up to 224 bytes of stack space,
|
||||
// and don't have a frame pointer, then we do not need to adjust the stack
|
||||
// pointer (we fit in the Red Zone).
|
||||
if ((NumBytes == 0) || (NumBytes <= 224 && !hasFP(MF) && !MFI->hasCalls())) {
|
||||
|
||||
Reference in New Issue
Block a user