1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Add missing override noticed by Clang's -Winconsistent-missing-override.

llvm-svn: 250720
This commit is contained in:
Benjamin Kramer 2015-10-19 18:41:23 +00:00
parent 16578167d7
commit 64bcbe6d8e

View File

@ -52,7 +52,7 @@ public:
return true;
}
int getFrameIndexReference(const MachineFunction &MF, int FI,
unsigned &FrameReg) const;
unsigned &FrameReg) const override;
bool hasFP(const MachineFunction &MF) const override;
const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries)