[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!

llvm-svn: 199048
This commit is contained in:
Chandler Carruth 2014-01-12 11:41:43 +00:00
parent e0af664cd8
commit 4287ad9679
1 changed files with 0 additions and 7 deletions

View 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