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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7172 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html
index de73db3..36dd24e 100644
--- a/docs/WritingAnLLVMPass.html
+++ b/docs/WritingAnLLVMPass.html
@@ -488,7 +488,7 @@
 
 <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 @@
 
 <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