|
@@ -44,7 +44,8 @@ public:
|
|
|
|
|
|
void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
|
|
|
RegScavenger *RS = NULL) const;
|
|
|
- void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
|
|
|
+ void processFunctionBeforeFrameFinalized(MachineFunction &MF,
|
|
|
+ RegScavenger *RS = NULL) const;
|
|
|
|
|
|
bool spillCalleeSavedRegisters(MachineBasicBlock &MBB,
|
|
|
MachineBasicBlock::iterator MI,
|