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:
parent
16578167d7
commit
64bcbe6d8e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user