The TargetData is not used for the isPowerOfTwo determination. It has never
[oota-llvm.git] / include / llvm / PassManager.h
index 1d5e800b4daaba525062e25a5a53b9daf8d5bd28..ce5fda79f9c7f9c73c1301d63854ea2e0c1af9a9 100644 (file)
@@ -58,14 +58,6 @@ public:
   /// whether any of the passes modifies the module, and if so, return true.
   bool run(Module &M);
 
-  /// doInitialization - Run all of the initializers for the module passes.
-  ///
-  bool doInitialization();
-
-  /// doFinalization - Run all of the finalizers for the module passes.
-  ///
-  bool doFinalization();
-
 private:
   /// PassManagerImpl_New is the actual class. PassManager is just the
   /// wraper to publish simple pass manager interface