summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-27 21:17:48 +0000
committerChris Lattner <sabre@nondot.org>2003-11-27 21:17:48 +0000
commit40487e450b2cfcad657f68db6a8c60f09cb6ddca (patch)
tree4bc0d0e9527ae068858c1612b3cefbcadbdcf71b /llvm/docs/ProgrammersManual.html
parentff4aa6dbe2509fa7c27243d98b611fdb4a4912ea (diff)
downloadbcm5719-llvm-40487e450b2cfcad657f68db6a8c60f09cb6ddca.tar.gz
bcm5719-llvm-40487e450b2cfcad657f68db6a8c60f09cb6ddca.zip
Fix grammaro
llvm-svn: 10245
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r--llvm/docs/ProgrammersManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index 1ac08b42f4e..56751e2bd4e 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/docs/ProgrammersManual.html
@@ -388,7 +388,7 @@ argument: </p>
<p> </p>
<pre> $ opt &lt; a.bc &gt; /dev/null -mypass<br> &lt;no output&gt;<br> $ opt &lt; a.bc &gt; /dev/null -mypass -debug<br> I am here!<br> $<br></pre>
<p> Using the <tt>DEBUG()</tt> 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 <tt>DEBUG()</tt> 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
OpenPOWER on IntegriCloud