[C++11] Add 'override' keyword to virtual methods that override their base class.

llvm-svn: 203220
This commit is contained in:
Craig Topper
2014-03-07 09:26:03 +00:00
parent d2bbdcfc0d
commit 4584cd54e3
83 changed files with 346 additions and 347 deletions

View File

@@ -108,7 +108,7 @@ public:
DefaultVLIWScheduler(MachineFunction &MF, MachineLoopInfo &MLI,
MachineDominatorTree &MDT, bool IsPostRA);
// Schedule - Actual scheduling work.
void schedule();
void schedule() override;
};
}