mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 20:09:46 +00:00
LeonPasses.h - remove orphan function declarations. NFCI.
The implementations no longer exist.
This commit is contained in:
parent
c688e87b99
commit
6c92862767
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user