mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Fix grammaro
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10245 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1f80115a81
commit
d8db4eb5d7
@ -388,7 +388,7 @@ argument: </p>
|
||||
<p> </p>
|
||||
<pre> $ opt < a.bc > /dev/null -mypass<br> <no output><br> $ opt < a.bc > /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
|
||||
|
Loading…
x
Reference in New Issue
Block a user