Fix a bunch of Doxygen syntax issues. Escape special characters,
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAG.h
index f4b20fff6df4094f70d230421b2ba8f35a65ae02..9ecba590dd417dae69f9096d06eaa724c41e0834 100644 (file)
@@ -216,7 +216,7 @@ public:
   ///
   /// Note that this is an involved process that may invalidate pointers into
   /// the graph.
-  void Legalize(bool TypesNeedLegalizing);
+  void Legalize(bool TypesNeedLegalizing, bool Fast);
 
   /// RemoveDeadNodes - This method deletes all unreachable nodes in the
   /// SelectionDAG.