[PM] Revert an accidental commit of total BS code. This was halfway
authorChandler Carruth <chandlerc@gmail.com>
Sun, 12 Jan 2014 11:41:43 +0000 (11:41 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 12 Jan 2014 11:41:43 +0000 (11:41 +0000)
through being editted, and I forgot to delete it before committing.
What's more awesome is that it compiles cleanly!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199048 91177308-0d34-0410-b5e6-96231b3b80d8

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 = "");
 
 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
 } // End llvm namespace
 
 #endif