Use make_range to reduce mentions of iterator type. NFC
[oota-llvm.git] / include / llvm / CodeGen / PBQPRAConstraint.h
index 147bc4a83d370646323bee75ffa2719aa76e8760..833b9bad613ff03f533ed9a0cec5f78cfc0f1bb6 100644 (file)
@@ -61,7 +61,7 @@ public:
   }
 private:
   std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
-  virtual void anchor() override;
+  void anchor() override;
 };
 
 }