summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-16 23:07:44 +0000
committerChris Lattner <sabre@nondot.org>2010-04-16 23:07:44 +0000
commit434c053439ca47b2b97f6705597855b365c91ef3 (patch)
tree296cd04cabe9ef877c0781c5c55c0fa5e4e85e29 /llvm
parentde023a3c1d1946db496055695e7d1fde421c409f (diff)
downloadbcm5719-llvm-434c053439ca47b2b97f6705597855b365c91ef3.tar.gz
bcm5719-llvm-434c053439ca47b2b97f6705597855b365c91ef3.zip
update docs for api change.
llvm-svn: 101566
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/WritingAnLLVMPass.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/WritingAnLLVMPass.html b/llvm/docs/WritingAnLLVMPass.html
index 7dbaa9e6bda..f3e791f094b 100644
--- a/llvm/docs/WritingAnLLVMPass.html
+++ b/llvm/docs/WritingAnLLVMPass.html
@@ -607,7 +607,7 @@ fast).</p>
<div class="doc_text">
<div class="doc_code"><pre>
- <b>virtual bool</b> runOnSCC(const std::vector&lt;CallGraphNode *&gt; &amp;SCCM) = 0;
+ <b>virtual bool</b> runOnSCC(CallGraphSCC &amp;SCC) = 0;
</pre></div>
<p>The <tt>runOnSCC</tt> method performs the interesting work of the pass, and
OpenPOWER on IntegriCloud