diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2014-01-12 11:41:43 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2014-01-12 11:41:43 +0000 |
commit | 4287ad9679ece5df85fe9936531cd56f83c493c9 (patch) | |
tree | cda4f32b40b2238818dc8a1721c19b9d1bb7ce06 /llvm | |
parent | e0af664cd8b05b231649d985b17e8c2668f423c1 (diff) | |
download | bcm5719-llvm-4287ad9679ece5df85fe9936531cd56f83c493c9.tar.gz bcm5719-llvm-4287ad9679ece5df85fe9936531cd56f83c493c9.zip |
[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
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/IR/IRPrintingPasses.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/include/llvm/IR/IRPrintingPasses.h b/llvm/include/llvm/IR/IRPrintingPasses.h index 67a6e62952f..1d6cf95b0b6 100644 --- a/llvm/include/llvm/IR/IRPrintingPasses.h +++ b/llvm/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 |