[PM] Revert an accidental commit of total BS code. This was halfway
[oota-llvm.git] / include / llvm / IR / IRPrintingPasses.h
index 67a6e62952f74844c17078872a6e649be21e0fbf..1d6cf95b0b6bf2db87386a04b319e803695024fb 100644 (file)
@@ -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