LeonPasses.h - remove orphan function declarations. NFCI.

The implementations no longer exist.
This commit is contained in:
Simon Pilgrim 2020-09-07 16:56:57 +01:00
parent c688e87b99
commit 6c92862767

View File

@ -33,13 +33,11 @@ protected:
protected:
LEONMachineFunctionPass(char &ID);
int GetRegIndexForOperand(MachineInstr &MI, int OperandIndex);
void clearUsedRegisterList() { UsedRegisters.clear(); }
void markRegisterUsed(int registerIndex) {
UsedRegisters.push_back(registerIndex);
}
int getUnusedFPRegister(MachineRegisterInfo &MRI);
};
class LLVM_LIBRARY_VISIBILITY InsertNOPLoad : public LEONMachineFunctionPass {