summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-07-14 17:05:20 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-07-14 17:05:20 +0000
commite3443a62814158945dae6365bfa1ae3d1acf7882 (patch)
tree691b3265e2ec34bfaa82b1089e8bc6df96afe7c1 /docs
parent47fdd83b16140cb43927abe6c49578a8ce4d3bd9 (diff)
downloadllvm-e3443a62814158945dae6365bfa1ae3d1acf7882.tar.gz
llvm-e3443a62814158945dae6365bfa1ae3d1acf7882.tar.bz2
llvm-e3443a62814158945dae6365bfa1ae3d1acf7882.tar.xz
Fixed: </pre</p> => </pre></p>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7172 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-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