forked from OSchip/llvm-project
Nuke a commented out bit that got missed a while back.
llvm-svn: 116883
This commit is contained in:
parent
7c299bc6fa
commit
f99ee7cd91
|
|
@ -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…
Reference in New Issue