summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-03-04 07:27:08 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-03-04 07:27:08 +0000
commitd186c936bb9ef9ebb03d09e9ed1ed4e496a0d762 (patch)
treed94dc222ba2db93f9c3d14175a7deee7e4214622
parente93f18ece9246f241f4296b8240a16165516b3bd (diff)
downloadllvm-d186c936bb9ef9ebb03d09e9ed1ed4e496a0d762.tar.gz
llvm-d186c936bb9ef9ebb03d09e9ed1ed4e496a0d762.tar.bz2
llvm-d186c936bb9ef9ebb03d09e9ed1ed4e496a0d762.tar.xz
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
-rw-r--r--include/llvm/CodeGen/PBQP/Graph.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/PBQP/Graph.h b/include/llvm/CodeGen/PBQP/Graph.h
index ba6b252221..90e7e4f074 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 <typename OtherVectorT>
void setNodeCosts(NodeId NId, OtherVectorT Costs) {
VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs));