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

Misha Brukman brukman at cs.uiuc.edu
Mon Mar 8 17:07:04 PST 2004


Changes in directory llvm/docs:

WritingAnLLVMPass.html updated: 1.23 -> 1.24

---
Log message:

Fix some spelling and grammar.


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

Index: llvm/docs/WritingAnLLVMPass.html
diff -u llvm/docs/WritingAnLLVMPass.html:1.23 llvm/docs/WritingAnLLVMPass.html:1.24
--- llvm/docs/WritingAnLLVMPass.html:1.23	Mon Jan 26 15:26:52 2004
+++ llvm/docs/WritingAnLLVMPass.html	Mon Mar  8 17:06:46 2004
@@ -1381,8 +1381,8 @@
 timing and debugging the actual <b>loading</b> of the module from disk or
 standard input.</p>
 
-<p>To solve this problem, eventually the <tt>PassManger</tt> class will accept a
-<tt>ModuleSource</tt> object instead of a Module itself.  When complete, this
+<p>To solve this problem, eventually the <tt>PassManager</tt> class will accept
+a <tt>ModuleSource</tt> object instead of a Module itself.  When complete, this
 will also allow for streaming of functions out of the bytecode representation,
 allowing us to avoid holding the entire program in memory at once if we only are
 dealing with <a href="#FunctionPass">FunctionPass</a>es.</p>
@@ -1396,7 +1396,7 @@
 
 <!-- _______________________________________________________________________ -->
 <div class="subsubsection">
-<a name="PassFunctionPass"><tt>Pass</tt>'s requiring <tt>FunctionPass</tt>'s</a>
+<a name="PassFunctionPass"><tt>Pass</tt>es requiring <tt>FunctionPass</tt>es</a>
 </div>
 
 <div class="doc_text">
@@ -1426,7 +1426,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/01/26 21:26:52 $
+  Last modified: $Date: 2004/03/08 23:06:46 $
 </address>
 
 </body>





More information about the llvm-commits mailing list