Fix various doxygen warnings.
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGISel.h
index f9716142b929a5ee3bc0ab75a285f3f6402cee09..826efacabf95be0f0164d0292f62db7bb3657842 100644 (file)
@@ -122,8 +122,8 @@ protected:
     return 0;
   }
 
-  /// CheckNodePredicate - This function is generated by tblgen in the
-  /// target.  It runs node predicate #PredNo and returns true if it succeeds or
+  /// CheckNodePredicate - This function is generated by tblgen in the target.
+  /// It runs node predicate number PredNo and returns true if it succeeds or
   /// false if it fails.  The number is a private implementation
   /// detail to the code tblgen produces.
   virtual bool CheckNodePredicate(SDNode *N, unsigned PredNo) const {