forked from OSchip/llvm-project
parent
ae648fa032
commit
c8ccfe90af
|
@ -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