1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Mips: Remove dead declaration

llvm-svn: 236250
This commit is contained in:
Matt Arsenault 2015-04-30 19:35:43 +00:00
parent 07ee8a89f5
commit c3f1d1307f

View File

@ -57,9 +57,6 @@ public:
int SPAdj, unsigned FIOperandNum,
RegScavenger *RS = nullptr) const override;
void processFunctionBeforeFrameFinalized(MachineFunction &MF,
RegScavenger *RS = nullptr) const;
/// Debug information queries.
unsigned getFrameRegister(const MachineFunction &MF) const override;