summaryrefslogtreecommitdiff
path: root/include/llvm/CallGraphSCCPass.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-04-02 19:29:15 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-04-02 19:29:15 +0000
commitcf5862d8ac9562e633e6ef7cb55e67c2b7ca9c0a (patch)
tree1fc9a3505f838aa39cb8c03741c692c8e7a4c00b /include/llvm/CallGraphSCCPass.h
parentd0327f80ecb9d21fca8388efc591b86a30958889 (diff)
downloadllvm-cf5862d8ac9562e633e6ef7cb55e67c2b7ca9c0a.tar.gz
llvm-cf5862d8ac9562e633e6ef7cb55e67c2b7ca9c0a.tar.bz2
llvm-cf5862d8ac9562e633e6ef7cb55e67c2b7ca9c0a.tar.xz
Revert 100204. It broke a bunch of tests and apparently changed what passes are run during codegen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100207 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CallGraphSCCPass.h')
-rw-r--r--include/llvm/CallGraphSCCPass.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CallGraphSCCPass.h b/include/llvm/CallGraphSCCPass.h
index 37a454e07a..feab763796 100644
--- a/include/llvm/CallGraphSCCPass.h
+++ b/include/llvm/CallGraphSCCPass.h
@@ -35,10 +35,6 @@ struct CallGraphSCCPass : public Pass {
explicit CallGraphSCCPass(intptr_t pid) : Pass(PT_CallGraphSCC, pid) {}
explicit CallGraphSCCPass(void *pid) : Pass(PT_CallGraphSCC, pid) {}
- /// createPrinterPass - Get a pass that prints the Module
- /// corresponding to a CallGraph.
- Pass *createPrinterPass(raw_ostream &O, const std::string &Banner) const;
-
/// doInitialization - This method is called before the SCC's of the program
/// has been processed, allowing the pass to do initialization as necessary.
virtual bool doInitialization(CallGraph &CG) {