mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Add missing override.
llvm-svn: 268163
This commit is contained in:
parent
8145a126c9
commit
634193bb09
@ -448,7 +448,8 @@ public:
|
||||
void insertWaitStates(MachineBasicBlock &MBB,MachineBasicBlock::iterator MI,
|
||||
int Count) const;
|
||||
|
||||
void insertNoop(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI) const;
|
||||
void insertNoop(MachineBasicBlock &MBB,
|
||||
MachineBasicBlock::iterator MI) const override;
|
||||
|
||||
/// \brief Return the number of wait states that result from executing this
|
||||
/// instruction.
|
||||
|
Loading…
Reference in New Issue
Block a user