summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PBQP
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-22 04:10:52 +0000
committerDan Gohman <gohman@apple.com>2010-02-22 04:10:52 +0000
commit30ff721f097c36f6ea5ef82839f54730bf91125f (patch)
treea8548c91d34c373413ebb428ce0a6ce41de9dbc9 /llvm/lib/CodeGen/PBQP
parentc1a545c3077c57075262ca921e554888b0f4e5b8 (diff)
downloadbcm5719-llvm-30ff721f097c36f6ea5ef82839f54730bf91125f.tar.gz
bcm5719-llvm-30ff721f097c36f6ea5ef82839f54730bf91125f.zip
Fix various doxygen warnings.
llvm-svn: 96779
Diffstat (limited to 'llvm/lib/CodeGen/PBQP')
-rw-r--r--llvm/lib/CodeGen/PBQP/HeuristicSolver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/PBQP/HeuristicSolver.h b/llvm/lib/CodeGen/PBQP/HeuristicSolver.h
index c156264fae0..bd18b5216f3 100644
--- a/llvm/lib/CodeGen/PBQP/HeuristicSolver.h
+++ b/llvm/lib/CodeGen/PBQP/HeuristicSolver.h
@@ -229,7 +229,7 @@ namespace PBQP {
}
/// \brief Apply rule R1.
- /// @param nItr Node iterator for node to apply R1 to.
+ /// @param xnItr Node iterator for node to apply R1 to.
///
/// Node will be automatically pushed to the solver stack.
void applyR1(Graph::NodeItr xnItr) {
@@ -277,7 +277,7 @@ namespace PBQP {
}
/// \brief Apply rule R2.
- /// @param nItr Node iterator for node to apply R2 to.
+ /// @param xnItr Node iterator for node to apply R2 to.
///
/// Node will be automatically pushed to the solver stack.
void applyR2(Graph::NodeItr xnItr) {
OpenPOWER on IntegriCloud