forked from OSchip/llvm-project
Update AMDGPURegisterInfo::eliminateFrameIndex() corresponding to r174083.
llvm-svn: 174106
This commit is contained in:
parent
a8bcc65819
commit
e1137a2058
|
@ -38,6 +38,7 @@ const uint16_t* AMDGPURegisterInfo::getCalleeSavedRegs(const MachineFunction *MF
|
|||
|
||||
void AMDGPURegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator MI,
|
||||
int SPAdj,
|
||||
unsigned FIOperandNum,
|
||||
RegScavenger *RS) const {
|
||||
assert(!"Subroutines not supported yet");
|
||||
}
|
||||
|
|
|
@ -53,6 +53,7 @@ struct AMDGPURegisterInfo : public AMDGPUGenRegisterInfo {
|
|||
|
||||
const uint16_t* getCalleeSavedRegs(const MachineFunction *MF) const;
|
||||
void eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj,
|
||||
unsigned FIOperandNum,
|
||||
RegScavenger *RS) const;
|
||||
unsigned getFrameRegister(const MachineFunction &MF) const;
|
||||
|
||||
|
|
Loading…
Reference in New Issue