PBQP/Graph.h: Prune @return in setNodeCosts, possibly copypasto. [-Wdocumentation]
[oota-llvm.git] / include / llvm / CodeGen / PBQP / Graph.h
index ba6b252221e0e3a4171af278b71620f01e7c35f7..90e7e4f07421257043e0f448a73710a2d38244fe 100644 (file)
@@ -312,7 +312,6 @@ namespace PBQP {
     /// \brief Set a node's cost vector.
     /// @param NId Node to update.
     /// @param Costs New costs to set.
-    /// @return Node cost vector.
     template <typename OtherVectorT>
     void setNodeCosts(NodeId NId, OtherVectorT Costs) {
       VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs));