[llvm-commits] CVS: llvm/docs/ProgrammersManual.html

Chris Lattner lattner at cs.uiuc.edu
Thu Nov 27 15:18:01 PST 2003


Changes in directory llvm/docs:

ProgrammersManual.html updated: 1.51 -> 1.52

---
Log message:

Fix grammaro


---
Diffs of the changes:  (+1 -1)

Index: llvm/docs/ProgrammersManual.html
diff -u llvm/docs/ProgrammersManual.html:1.51 llvm/docs/ProgrammersManual.html:1.52
--- llvm/docs/ProgrammersManual.html:1.51	Mon Nov 24 19:02:51 2003
+++ llvm/docs/ProgrammersManual.html	Thu Nov 27 15:17:48 2003
@@ -388,7 +388,7 @@
   <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





More information about the llvm-commits mailing list