Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / CodeGen / PBQPRAConstraint.h
index 8f66bfacb1b1fbc7c47c2df987dd6b27179691f6..833b9bad613ff03f533ed9a0cec5f78cfc0f1bb6 100644 (file)
@@ -61,7 +61,7 @@ public:
   }
 private:
   std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
-  virtual void anchor();
+  void anchor() override;
 };
 
 }