aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/WritingAnLLVMPass.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html
index de73db3fe5..36dd24ef2e 100644
--- a/docs/WritingAnLLVMPass.html
+++ b/docs/WritingAnLLVMPass.html
@@ -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