diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-04-02 19:29:15 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-04-02 19:29:15 +0000 |
commit | ddc54c42305891b695fb7a03f066e5111acd7478 (patch) | |
tree | 1fc9a3505f838aa39cb8c03741c692c8e7a4c00b /include/llvm/CallGraphSCCPass.h | |
parent | 04e12609d98266b1716ee6ec8ec931e6f305cbe7 (diff) | |
download | external_llvm-ddc54c42305891b695fb7a03f066e5111acd7478.zip external_llvm-ddc54c42305891b695fb7a03f066e5111acd7478.tar.gz external_llvm-ddc54c42305891b695fb7a03f066e5111acd7478.tar.bz2 |
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.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CallGraphSCCPass.h b/include/llvm/CallGraphSCCPass.h index 37a454e..feab763 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) { |