projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bde0bb5
)
update docs for api change.
author
Chris Lattner
<sabre@nondot.org>
Fri, 16 Apr 2010 23:07:44 +0000
(23:07 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 16 Apr 2010 23:07:44 +0000
(23:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101566
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/WritingAnLLVMPass.html
patch
|
blob
|
history
diff --git
a/docs/WritingAnLLVMPass.html
b/docs/WritingAnLLVMPass.html
index 7dbaa9e6bdadad0799ec565b0dd13d6e16fcdfe4..f3e791f094ba366a917f6585c0a8137a5c5cf005 100644
(file)
--- a/
docs/WritingAnLLVMPass.html
+++ b/
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