[llvm] r202795 - PBQP/Graph.h: Prune @return in setNodeCosts, possibly copypasto. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Mon Mar 3 23:27:08 PST 2014


Author: chapuni
Date: Tue Mar  4 01:27:08 2014
New Revision: 202795

URL: http://llvm.org/viewvc/llvm-project?rev=202795&view=rev
Log:
PBQP/Graph.h: Prune @return in setNodeCosts, possibly copypasto. [-Wdocumentation]

Modified:
    llvm/trunk/include/llvm/CodeGen/PBQP/Graph.h

Modified: llvm/trunk/include/llvm/CodeGen/PBQP/Graph.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/PBQP/Graph.h?rev=202795&r1=202794&r2=202795&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/PBQP/Graph.h (original)
+++ llvm/trunk/include/llvm/CodeGen/PBQP/Graph.h Tue Mar  4 01:27:08 2014
@@ -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));





More information about the llvm-commits mailing list