diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-07-14 17:05:20 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-07-14 17:05:20 +0000 |
commit | c8ccfe90afd97546187d94c0d009e34337705c13 (patch) | |
tree | 1417d1ea6c0da47e48f691daa1dbe0c0b2796629 | |
parent | ae648fa03237cecf02b2de0cbc20493eba8e6eaf (diff) | |
download | bcm5719-llvm-c8ccfe90afd97546187d94c0d009e34337705c13.tar.gz bcm5719-llvm-c8ccfe90afd97546187d94c0d009e34337705c13.zip |
Fixed: </pre</p> => </pre></p>
llvm-svn: 7172
-rw-r--r-- | llvm/docs/WritingAnLLVMPass.html | 4 |
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 &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 &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 |