X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FIR%2FIRPrintingPasses.h;h=1d6cf95b0b6bf2db87386a04b319e803695024fb;hp=67a6e62952f74844c17078872a6e649be21e0fbf;hb=895ada05e91c427afc8c19d1c4267434325948f6;hpb=313e399b48a3929a3cfa908749599b0c8d2069d5 diff --git a/include/llvm/IR/IRPrintingPasses.h b/include/llvm/IR/IRPrintingPasses.h index 67a6e62952f..1d6cf95b0b6 100644 --- a/include/llvm/IR/IRPrintingPasses.h +++ b/include/llvm/IR/IRPrintingPasses.h @@ -42,13 +42,6 @@ FunctionPass *createPrintFunctionPass(raw_ostream &OS, BasicBlockPass *createPrintBasicBlockPass(raw_ostream &OS, const std::string &Banner = ""); -/// \brief Pass for printing a Module as LLVM's text IR assembly. -/// -/// NOTE: This pass is for use with the new pass manager. Use the create...Pass -/// functions above to create passes for use with the legacy pass manager. -class AOEUPrintModulePass { -}; - } // End llvm namespace #endif