mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-02 19:24:25 +00:00
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
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user