diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-04-16 23:07:44 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-04-16 23:07:44 +0000 |
| commit | 434c053439ca47b2b97f6705597855b365c91ef3 (patch) | |
| tree | 296cd04cabe9ef877c0781c5c55c0fa5e4e85e29 /llvm | |
| parent | de023a3c1d1946db496055695e7d1fde421c409f (diff) | |
| download | bcm5719-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.html | 2 |
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<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 |

