From: Chris Lattner Date: Tue, 1 Oct 2002 22:39:41 +0000 (+0000) Subject: Update manual to reflect recent changes in the Statistic class. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8328f1d9a6cd74bf5c84f335607fa94f3e1bcc58;p=oota-llvm.git Update manual to reflect recent changes in the Statistic class. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4003 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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