mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-13 17:38:39 +00:00
Nuke a commented out bit that got missed a while back.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116883 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
df7ec2083f
commit
f6d7df6f21
@ -1672,7 +1672,7 @@ emitPrologue(MachineFunction &MF) const {
|
|||||||
|
|
||||||
// Determine the sizes of each callee-save spill areas and record which frame
|
// Determine the sizes of each callee-save spill areas and record which frame
|
||||||
// belongs to which callee-save spill areas.
|
// belongs to which callee-save spill areas.
|
||||||
unsigned GPRCSSize = 0/*, GPRCS2Size = 0*/, DPRCSSize = 0;
|
unsigned GPRCSSize = 0, DPRCSSize = 0;
|
||||||
int FramePtrSpillFI = 0;
|
int FramePtrSpillFI = 0;
|
||||||
|
|
||||||
// Allocate the vararg register save area. This is not counted in NumBytes.
|
// Allocate the vararg register save area. This is not counted in NumBytes.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user