Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()
[oota-llvm.git] / include / llvm / Pass.h
index f58efc2bb6fb4961e72bb1068dcb3a9c768e72f5..f4c6eed2cf9aef3805ebb09140fa4908d532c40e 100644 (file)
@@ -346,12 +346,6 @@ public:
   ///
   virtual bool doFinalization(Module &);
 
-
-  // To run this pass on a function, we simply call runOnBasicBlock once for
-  // each function.
-  //
-  bool runOnFunction(Function &F);
-
   virtual void assignPassManager(PMStack &PMS, 
                                  PassManagerType T);