summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-03-04 07:26:55 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-03-04 07:26:55 +0000
commite93f18ece9246f241f4296b8240a16165516b3bd (patch)
tree5f4f30451774712c75010069e6ac058edfc9abad
parent4a655e706453ba6fcf1db555437e3725eed6703b (diff)
downloadllvm-e93f18ece9246f241f4296b8240a16165516b3bd.tar.gz
llvm-e93f18ece9246f241f4296b8240a16165516b3bd.tar.bz2
llvm-e93f18ece9246f241f4296b8240a16165516b3bd.tar.xz
PBQP/Graph.h: s/os/OS/ in @param. [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202794 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/CodeGen/PBQP/Graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/PBQP/Graph.h b/include/llvm/CodeGen/PBQP/Graph.h
index 7ce95c7e73..ba6b252221 100644
--- a/include/llvm/CodeGen/PBQP/Graph.h
+++ b/include/llvm/CodeGen/PBQP/Graph.h
@@ -540,7 +540,7 @@ namespace PBQP {
}
/// \brief Print a representation of this graph in DOT format.
- /// @param os Output stream to print on.
+ /// @param OS Output stream to print on.
template <typename OStream>
void printDot(OStream &OS) {
OS << "graph {\n";