diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2015-10-19 18:41:23 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2015-10-19 18:41:23 +0000 |
commit | 755e502952335a36b0dd1ca31ca3ef992e4c0306 (patch) | |
tree | b507fbbbaa2b4623016c5e68b2926f84cafe3626 /llvm/lib | |
parent | d3548303eca4220b50c2e327b61ff8cc2ef6bf1b (diff) | |
download | bcm5719-llvm-755e502952335a36b0dd1ca31ca3ef992e4c0306.tar.gz bcm5719-llvm-755e502952335a36b0dd1ca31ca3ef992e4c0306.zip |
Add missing override noticed by Clang's -Winconsistent-missing-override.
llvm-svn: 250720
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/Hexagon/HexagonFrameLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonFrameLowering.h b/llvm/lib/Target/Hexagon/HexagonFrameLowering.h index 8b59507561c..683b303d43e 100644 --- a/llvm/lib/Target/Hexagon/HexagonFrameLowering.h +++ b/llvm/lib/Target/Hexagon/HexagonFrameLowering.h @@ -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) |