summaryrefslogtreecommitdiffstats
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
commitc8ccfe90afd97546187d94c0d009e34337705c13 (patch)
tree1417d1ea6c0da47e48f691daa1dbe0c0b2796629
parentae648fa03237cecf02b2de0cbc20493eba8e6eaf (diff)
downloadbcm5719-llvm-c8ccfe90afd97546187d94c0d009e34337705c13.tar.gz
bcm5719-llvm-c8ccfe90afd97546187d94c0d009e34337705c13.zip
Fixed: </pre</p> => </pre></p>
llvm-svn: 7172
-rw-r--r--llvm/docs/WritingAnLLVMPass.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/WritingAnLLVMPass.html b/llvm/docs/WritingAnLLVMPass.html
index de73db3fe5c..36dd24ef2e4 100644
--- a/llvm/docs/WritingAnLLVMPass.html
+++ b/llvm/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
OpenPOWER on IntegriCloud