diff options
| author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-07-16 14:36:52 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-07-16 14:36:52 +0000 |
| commit | 02fc607d54a27d42607dfac0506b24f8661947e1 (patch) | |
| tree | deba4ab8f09525884ca07d012ce386b65c20c19b /llvm/lib/Target/SystemZ/SystemZ.h | |
| parent | 73fcd3d9625e579cbd205817ff6731e8ffb5aae2 (diff) | |
| download | bcm5719-llvm-02fc607d54a27d42607dfac0506b24f8661947e1.tar.gz bcm5719-llvm-02fc607d54a27d42607dfac0506b24f8661947e1.zip | |
Unbreak
llvm-svn: 76064
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZ.h')
| -rw-r--r-- | llvm/lib/Target/SystemZ/SystemZ.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZ.h b/llvm/lib/Target/SystemZ/SystemZ.h index e6a17077257..88b7b02db2d 100644 --- a/llvm/lib/Target/SystemZ/SystemZ.h +++ b/llvm/lib/Target/SystemZ/SystemZ.h @@ -20,7 +20,7 @@ namespace llvm { class SystemZTargetMachine; class FunctionPass; - class raw_ostream; + class formatted_raw_ostream; namespace SystemZCC { // SystemZ specific condition code. These correspond to SYSTEMZ_*_COND in @@ -46,10 +46,9 @@ namespace llvm { FunctionPass *createSystemZISelDag(SystemZTargetMachine &TM, CodeGenOpt::Level OptLevel); - FunctionPass *createSystemZCodePrinterPass(raw_ostream &o, - SystemZTargetMachine &tm, - CodeGenOpt::Level OptLevel, - bool verbose); + FunctionPass *createSystemZCodePrinterPass(formatted_raw_ostream &o, + TargetMachine &tm, + bool verbose); } // end namespace llvm; |

