Really REALLY finish adding const to the MachineRegisterInfo iterator range methods.
[oota-llvm.git] / include / llvm / CodeGen / StackMapLivenessAnalysis.h
index 86ff5ebebddfedf98be1c0e8817003395d5f9985..6ba7256e44af615c0db335bea63b748b0f043996 100644 (file)
@@ -43,10 +43,10 @@ public:
 
   /// \brief Tell the pass manager which passes we depend on and what
   /// information we preserve.
-  virtual void getAnalysisUsage(AnalysisUsage &AU) const;
+  void getAnalysisUsage(AnalysisUsage &AU) const override;
 
   /// \brief Calculate the liveness information for the given machine function.
-  virtual bool runOnMachineFunction(MachineFunction &MF);
+  bool runOnMachineFunction(MachineFunction &MF) override;
 
 private:
   /// \brief Performs the actual liveness calculation for the function.