Fixed: </pre</p> => </pre></p>
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 14 Jul 2003 17:05:20 +0000 (17:05 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 14 Jul 2003 17:05:20 +0000 (17:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7172 91177308-0d34-0410-b5e6-96231b3b80d8

docs/WritingAnLLVMPass.html

index de73db3fe5c61afb045513fc21dfec5d5131380d..36dd24ef2e42e7aa42bcb0258d3e4132261d2154 100644 (file)
@@ -488,7 +488,7 @@ returned if the function is modified.<p>
 
 <pre>
   <b>virtual bool</b> doFinalization(Module &amp;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 @@ if the basic block is modified.<p>
 
 <pre>
   <b>virtual bool</b> doFinalization(Function &amp;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