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

John Criswell criswell at cs.uiuc.edu
Fri Jul 15 12:25:31 PDT 2005



Changes in directory llvm/docs:

WritingAnLLVMPass.html updated: 1.40 -> 1.41
---
Log message:

Fixed some punctuation.


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

 WritingAnLLVMPass.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Index: llvm/docs/WritingAnLLVMPass.html
diff -u llvm/docs/WritingAnLLVMPass.html:1.40 llvm/docs/WritingAnLLVMPass.html:1.41
--- llvm/docs/WritingAnLLVMPass.html:1.40	Wed Apr 20 23:53:58 2005
+++ llvm/docs/WritingAnLLVMPass.html	Fri Jul 15 14:25:12 2005
@@ -471,9 +471,9 @@
   <b>virtual bool</b> runOnModule(Module &M) = 0;
 </pre>
 
-<p>The <tt>runOnModule</tt> method performs the interesting work of the pass,
-and should return true if the module was modified by the transformation, false
-otherwise.</p>
+<p>The <tt>runOnModule</tt> method performs the interesting work of the pass.
+It should return true if the module was modified by the transformation and
+false otherwise.</p>
 
 </div>
 
@@ -1593,7 +1593,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: 2005/04/21 04:53:58 $
+  Last modified: $Date: 2005/07/15 19:25:12 $
 </address>
 
 </body>






More information about the llvm-commits mailing list