From 84b7f8d334d413c34ac7d6c6a2750d9f40e320fc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 1 Aug 2003 22:20:59 +0000 Subject: [PATCH] Update information about the new DEBUG_TYPE macro git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7496 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 75 +++++++++++++++++++++++++++++++++---- 1 file changed, 67 insertions(+), 8 deletions(-) diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 5a3ce5c202d..89098c21e60 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -24,6 +24,10 @@ dyn_cast<> templates
  • The DEBUG() macro & -debug option +
  • The Statistic template & -stats option +


    Fine grained debug info with + DEBUG_TYPE() and the -debug-only option

    @@ -1734,6 +1793,6 @@ pointer to the parent Function. Chris Lattner -Last modified: Wed Apr 23 11:21:57 CDT 2003 +Last modified: Fri Aug 1 16:40:37 CDT 2003