Revert 100204. It broke a bunch of tests and apparently changed what passes are run...
[oota-llvm.git] / include / llvm / CallGraphSCCPass.h
index 37a454e07aab15c8347671b71eb163670f53935a..feab7637969d6c14ec9d60ee20c9e312a41dfdb5 100644 (file)
@@ -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) {