diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index b5d587be31f..db042dcaea0 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -319,7 +319,7 @@ you don't want them to always be noisy. A standard compromise is to comment them out, allowing you to enable them if you need them in the future.
The "StatisticReporter.h" +href="/doxygen/Statistic_8h-source.html">Support/Statistic.h" file provides a macro named DEBUG() that is a much nicer solution to this problem. Basically, you can put arbitrary code into the argument of the DEBUG macro, and it is only executed if 'opt' is run with the @@ -356,7 +356,7 @@ option
-static Statistic<> NumXForms("mypassname\t- The # of times I did stuff"); +static Statistic<> NumXForms("mypassname", "The # of times I did stuff");
The Statistic template can emulate just about any data-type, but if you @@ -1760,6 +1760,6 @@ pointer to the parent Function. Chris Lattner -Last modified: Sun Sep 29 12:31:23 CDT 2002 +Last modified: Tue Oct 1 15:35:42 CDT 2002