mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-25 15:01:07 +00:00
Fix for commit rL277126 that broke a build.
llvm-svn: 277129
This commit is contained in:
parent
01b47c1da5
commit
fd7049c574
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user