From 6f25d9fa83ab992151c550e7f3180a3a2a4d34ab Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 16 Apr 2010 23:07:44 +0000 Subject: update docs for api change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101566 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/WritingAnLLVMPass.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/WritingAnLLVMPass.html') diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 7dbaa9e..f3e791f 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -607,7 +607,7 @@ fast).

-  virtual bool runOnSCC(const std::vector<CallGraphNode *> &SCCM) = 0;
+  virtual bool runOnSCC(CallGraphSCC &SCC) = 0;
 

The runOnSCC method performs the interesting work of the pass, and -- cgit v1.1