diff options
Diffstat (limited to 'lib/Target/MSP430/MSP430.h')
-rw-r--r-- | lib/Target/MSP430/MSP430.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/MSP430/MSP430.h b/lib/Target/MSP430/MSP430.h index fc13c9e..0562832 100644 --- a/lib/Target/MSP430/MSP430.h +++ b/lib/Target/MSP430/MSP430.h @@ -20,11 +20,11 @@ namespace llvm { class MSP430TargetMachine; class FunctionPass; - class raw_ostream; + class formatted_raw_ostream; FunctionPass *createMSP430ISelDag(MSP430TargetMachine &TM, CodeGenOpt::Level OptLevel); - FunctionPass *createMSP430CodePrinterPass(raw_ostream &o, + FunctionPass *createMSP430CodePrinterPass(formatted_raw_ostream &o, MSP430TargetMachine &tm, bool verbose); } // end namespace llvm; |