mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
update docs for api change.
llvm-svn: 101566
This commit is contained in:
parent
d28dcb3ffe
commit
acc2443e60
@ -607,7 +607,7 @@ fast).</p>
|
||||
<div class="doc_text">
|
||||
|
||||
<div class="doc_code"><pre>
|
||||
<b>virtual bool</b> runOnSCC(const std::vector<CallGraphNode *> &SCCM) = 0;
|
||||
<b>virtual bool</b> runOnSCC(CallGraphSCC &SCC) = 0;
|
||||
</pre></div>
|
||||
|
||||
<p>The <tt>runOnSCC</tt> method performs the interesting work of the pass, and
|
||||
|
Loading…
Reference in New Issue
Block a user