mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-07 12:35:41 +00:00
lib/Target/X86/X86RegisterInfo.cpp: Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124268 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b901076387
commit
c5b7a4223d
@ -445,11 +445,11 @@ bool X86RegisterInfo::needsStackRealignment(const MachineFunction &MF) const {
|
||||
if (0 && requiresRealignment && MFI->hasVarSizedObjects())
|
||||
report_fatal_error(
|
||||
"Stack realignment in presense of dynamic allocas is not supported");
|
||||
|
||||
|
||||
// If we've requested that we force align the stack do so now.
|
||||
if (ForceStackAlign)
|
||||
return canRealignStack(MF);
|
||||
|
||||
|
||||
return requiresRealignment && canRealignStack(MF);
|
||||
}
|
||||
|
||||
@ -524,7 +524,7 @@ eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
|
||||
|
||||
// Factor out the amount the callee already popped.
|
||||
Amount -= CalleeAmt;
|
||||
|
||||
|
||||
if (Amount) {
|
||||
unsigned Opc = getADDriOpcode(Is64Bit, Amount);
|
||||
New = BuildMI(MF, DL, TII.get(Opc), StackPtr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user