Delete FunctionPass::run, which is unused.
[oota-llvm.git] / include / llvm / Pass.h
index 7760bc193a89b9b4e4f609449857ef1f32ed5b1b..f58efc2bb6fb4961e72bb1068dcb3a9c768e72f5 100644 (file)
@@ -295,11 +295,6 @@ public:
   ///
   virtual bool doFinalization(Module &);
 
-  /// run - On a function, we simply initialize, run the function, then
-  /// finalize.
-  ///
-  bool run(Function &F);
-
   virtual void assignPassManager(PMStack &PMS, 
                                  PassManagerType T);