[llvm] r199048 - [PM] Revert an accidental commit of total BS code. This was halfway

Chandler Carruth chandlerc at gmail.com
Sun Jan 12 03:41:43 PST 2014


Author: chandlerc
Date: Sun Jan 12 05:41:43 2014
New Revision: 199048

URL: http://llvm.org/viewvc/llvm-project?rev=199048&view=rev
Log:
[PM] Revert an accidental commit of total BS code. This was halfway
through being editted, and I forgot to delete it before committing.
What's more awesome is that it compiles cleanly!

Modified:
    llvm/trunk/include/llvm/IR/IRPrintingPasses.h

Modified: llvm/trunk/include/llvm/IR/IRPrintingPasses.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/IRPrintingPasses.h?rev=199048&r1=199047&r2=199048&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/IRPrintingPasses.h (original)
+++ llvm/trunk/include/llvm/IR/IRPrintingPasses.h Sun Jan 12 05:41:43 2014
@@ -42,13 +42,6 @@ FunctionPass *createPrintFunctionPass(ra
 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





More information about the llvm-commits mailing list