mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-21 11:10:12 +00:00
Fixed: </pre</p> => </pre></p>
llvm-svn: 7172
This commit is contained in:
parent
229141e1db
commit
227f4d6f54
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user