PBQP/Graph.h: Prune @return in setNodeCosts, possibly copypasto. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Mar 2014 07:27:08 +0000 (07:27 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Mar 2014 07:27:08 +0000 (07:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202795 91177308-0d34-0410-b5e6-96231b3b80d8

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));