From 40487e450b2cfcad657f68db6a8c60f09cb6ddca Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 27 Nov 2003 21:17:48 +0000 Subject: [PATCH] Fix grammaro llvm-svn: 10245 --- llvm/docs/ProgrammersManual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index 1ac08b42f4e9..56751e2bd4ea 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -388,7 +388,7 @@ argument:

  $ opt < a.bc > /dev/null -mypass
<no output>
$ opt < a.bc > /dev/null -mypass -debug
I am here!
$

Using the DEBUG() macro instead of a home-brewed solution -allows you to now have to create "yet another" command line option for +allows you to not have to create "yet another" command line option for the debug output for your pass. Note that DEBUG() macros are disabled for optimized builds, so they do not cause a performance impact at all (for the same reason, they should also not contain