summaryrefslogtreecommitdiff
path: root/include/llvm/IR/IRPrintingPasses.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-01-12 11:41:43 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-01-12 11:41:43 +0000
commit895ada05e91c427afc8c19d1c4267434325948f6 (patch)
tree2615c248f3f38860f510cef23035fc976e8c33fd /include/llvm/IR/IRPrintingPasses.h
parent313e399b48a3929a3cfa908749599b0c8d2069d5 (diff)
downloadllvm-895ada05e91c427afc8c19d1c4267434325948f6.tar.gz
llvm-895ada05e91c427afc8c19d1c4267434325948f6.tar.bz2
llvm-895ada05e91c427afc8c19d1c4267434325948f6.tar.xz
[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! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199048 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/IR/IRPrintingPasses.h')
-rw-r--r--include/llvm/IR/IRPrintingPasses.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/IR/IRPrintingPasses.h b/include/llvm/IR/IRPrintingPasses.h
index 67a6e62952..1d6cf95b0b 100644
--- a/include/llvm/IR/IRPrintingPasses.h
+++ b/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