Use const qualifiers with TargetLowering. This eliminates several
[oota-llvm.git] / lib / CodeGen / PBQP / HeuristicSolver.h
index c156264fae0f3f62c22fd33c8e258d15792f0199..bd18b5216f37802a38e3ef9e1ace59b73fcdee1f 100644 (file)
@@ -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) {