diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-04-02 19:29:15 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-04-02 19:29:15 +0000 |
commit | cf5862d8ac9562e633e6ef7cb55e67c2b7ca9c0a (patch) | |
tree | 1fc9a3505f838aa39cb8c03741c692c8e7a4c00b /include/llvm/Assembly/PrintModulePass.h | |
parent | d0327f80ecb9d21fca8388efc591b86a30958889 (diff) |
Revert 100204. It broke a bunch of tests and apparently changed what passes are run during codegen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100207 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Assembly/PrintModulePass.h')
-rw-r--r-- | include/llvm/Assembly/PrintModulePass.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/llvm/Assembly/PrintModulePass.h b/include/llvm/Assembly/PrintModulePass.h index 239fbcc0c8..fb4f6a7e13 100644 --- a/include/llvm/Assembly/PrintModulePass.h +++ b/include/llvm/Assembly/PrintModulePass.h @@ -27,9 +27,7 @@ namespace llvm { /// createPrintModulePass - Create and return a pass that writes the /// module to the specified raw_ostream. - ModulePass *createPrintModulePass(raw_ostream *OS, - bool DeleteStream=false, - const std::string &Banner = ""); + ModulePass *createPrintModulePass(raw_ostream *OS, bool DeleteStream=false); /// createPrintFunctionPass - Create and return a pass that prints /// functions to the specified raw_ostream as they are processed. |