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

llvm-svn: 7172
This commit is contained in:
Misha Brukman 2003-07-14 17:05:20 +00:00
parent 229141e1db
commit 227f4d6f54

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