From: NAKAMURA Takumi Date: Tue, 4 Mar 2014 07:27:08 +0000 (+0000) Subject: PBQP/Graph.h: Prune @return in setNodeCosts, possibly copypasto. [-Wdocumentation] X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d186c936bb9ef9ebb03d09e9ed1ed4e496a0d762;p=oota-llvm.git PBQP/Graph.h: Prune @return in setNodeCosts, possibly copypasto. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202795 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/PBQP/Graph.h b/include/llvm/CodeGen/PBQP/Graph.h index ba6b252221e..90e7e4f0742 100644 --- a/include/llvm/CodeGen/PBQP/Graph.h +++ b/include/llvm/CodeGen/PBQP/Graph.h @@ -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 void setNodeCosts(NodeId NId, OtherVectorT Costs) { VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs));