[C++11] Add 'override' keyword to virtual methods that override their base class.
llvm-svn: 203220
This commit is contained in:
@@ -108,7 +108,7 @@ public:
|
||||
DefaultVLIWScheduler(MachineFunction &MF, MachineLoopInfo &MLI,
|
||||
MachineDominatorTree &MDT, bool IsPostRA);
|
||||
// Schedule - Actual scheduling work.
|
||||
void schedule();
|
||||
void schedule() override;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user