Fix grammaro

llvm-svn: 10245
This commit is contained in:
Chris Lattner 2003-11-27 21:17:48 +00:00
parent ff4aa6dbe2
commit 40487e450b
1 changed files with 1 additions and 1 deletions

View File

@ -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