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

llvm-svn: 7172
This commit is contained in:
Misha Brukman 2003-07-14 17:05:20 +00:00
parent ae648fa032
commit c8ccfe90af
1 changed files with 2 additions and 2 deletions

View File

@ -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