From d186c936bb9ef9ebb03d09e9ed1ed4e496a0d762 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 4 Mar 2014 07:27:08 +0000 Subject: [PATCH] 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 --- include/llvm/CodeGen/PBQP/Graph.h | 1 - 1 file changed, 1 deletion(-) 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)); -- 2.34.1