Fix for commit rL277126 that broke a build.

llvm-svn: 277129
This commit is contained in:
Sjoerd Meijer 2016-07-29 09:57:37 +00:00
parent 01b47c1da5
commit fd7049c574

View File

@ -154,7 +154,7 @@ public:
/// GetInstSize - Returns the size of the specified MachineInstr.
///
virtual unsigned getInstSizeInBytes(const MachineInstr &MI) const;
unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
unsigned isLoadFromStackSlot(const MachineInstr &MI,
int &FrameIndex) const override;