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

Misha Brukman brukman at cs.uiuc.edu
Mon Jul 14 12:06:03 PDT 2003


Changes in directory llvm/www/docs:

WritingAnLLVMPass.html updated: 1.12 -> 1.13

---
Log message:

Fixed: </pre</p> => </pre></p>


---
Diffs of the changes:

Index: llvm/www/docs/WritingAnLLVMPass.html
diff -u llvm/www/docs/WritingAnLLVMPass.html:1.12 llvm/www/docs/WritingAnLLVMPass.html:1.13
--- llvm/www/docs/WritingAnLLVMPass.html:1.12	Mon Oct 21 14:57:59 2002
+++ llvm/www/docs/WritingAnLLVMPass.html	Mon Jul 14 12:05:20 2003
@@ -488,7 +488,7 @@
 
 <pre>
   <b>virtual bool</b> doFinalization(Module &M);
-</pre</p>
+</pre></p>
 
 The <tt>doFinalization</tt> method is an infrequently used method that is called
 when the pass framework has finished calling <a
@@ -560,7 +560,7 @@
 
 <pre>
   <b>virtual bool</b> doFinalization(Function &F);
-</pre</p>
+</pre></p>
 
 The <tt>doFinalization</tt> method is an infrequently used method that is called
 when the pass framework has finished calling <a





More information about the llvm-commits mailing list