[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and...
[oota-llvm.git] / lib / Target / SystemZ / SystemZElimCompare.cpp
index cb1789733c4d7ae7b47d5ce93a5728a6c82e952e..dc210d608631ae82e46cfa68c254985be8cddc84 100644 (file)
@@ -71,7 +71,7 @@ public:
   }
 
   bool processBlock(MachineBasicBlock &MBB);
-  bool runOnMachineFunction(MachineFunction &F);
+  bool runOnMachineFunction(MachineFunction &F) override;
 
 private:
   Reference getRegReferences(MachineInstr *MI, unsigned Reg);