Deleted Added
full compact
114,115d113
< bool hasFP(const MachineFunction &MF) const;
<
120,121d117
< bool hasReservedCallFrame(const MachineFunction &MF) const;
<
132,139d127
< void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
< RegScavenger *RS = NULL) const;
<
< void emitCalleeSavedFrameMoves(MachineFunction &MF, MCSymbol *Label,
< unsigned FramePtr) const;
< void emitPrologue(MachineFunction &MF) const;
< void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
<
143,144c131,133
< int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
< void getInitialFrameState(std::vector<MachineMove> &Moves) const;
---
> unsigned getStackRegister() const { return StackPtr; }
> // FIXME: Move to FrameInfok
> unsigned getSlotSize() const { return SlotSize; }