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

Misha Brukman brukman at cs.uiuc.edu
Mon Jul 28 14:22:01 PDT 2003


Changes in directory llvm/www/docs:

ProgrammersManual.html updated: 1.40 -> 1.41

---
Log message:

Added comma after `i.e.'


---
Diffs of the changes:

Index: llvm/www/docs/ProgrammersManual.html
diff -u llvm/www/docs/ProgrammersManual.html:1.40 llvm/www/docs/ProgrammersManual.html:1.41
--- llvm/www/docs/ProgrammersManual.html:1.40	Wed May  7 16:47:39 2003
+++ llvm/www/docs/ProgrammersManual.html	Mon Jul 28 14:21:20 2003
@@ -641,8 +641,8 @@
 
 Say that you're writing a FunctionPass and would like to count all the
 locations in the entire module (that is, across every
-<tt>Function</tt>) where a certain function (i.e. some
-<tt>Function</tt>*) already in scope.  As you'll learn later, you may
+<tt>Function</tt>) where a certain function (i.e., some
+<tt>Function</tt>*) is already in scope.  As you'll learn later, you may
 want to use an <tt>InstVisitor</tt> to accomplish this in a much more
 straightforward manner, but this example will allow us to explore how
 you'd do it if you didn't have <tt>InstVisitor</tt> around.  In
@@ -869,8 +869,7 @@
 <p><i>Replacing individual instructions</i></p>
 <p>
 Including "<a
-href="/doxygen/BasicBlockUtils_8h-source.html">llvm/Transforms/Utils/BasicBlockUtils.h
-</a>" permits use of two very useful replace functions:
+href="/doxygen/BasicBlockUtils_8h-source.html">llvm/Transforms/Utils/BasicBlockUtils.h</a>" permits use of two very useful replace functions:
 <tt>ReplaceInstWithValue</tt> and <tt>ReplaceInstWithInst</tt>.  
 
 <ul>





More information about the llvm-commits mailing list