summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/IA64/IA64.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/IA64/IA64.h')
-rw-r--r--llvm/lib/Target/IA64/IA64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/IA64/IA64.h b/llvm/lib/Target/IA64/IA64.h
index 9c758fd5ca7..afcbdaf4d11 100644
--- a/llvm/lib/Target/IA64/IA64.h
+++ b/llvm/lib/Target/IA64/IA64.h
@@ -20,7 +20,7 @@ namespace llvm {
class IA64TargetMachine;
class FunctionPass;
-class raw_ostream;
+class formatted_raw_ostream;
/// createIA64DAGToDAGInstructionSelector - This pass converts an LLVM
/// function into IA64 machine code in a sane, DAG->DAG transform.
@@ -37,7 +37,7 @@ FunctionPass *createIA64BundlingPass(IA64TargetMachine &TM);
/// using the given target machine description. This should work
/// regardless of whether the function is in SSA form.
///
-FunctionPass *createIA64CodePrinterPass(raw_ostream &o,
+FunctionPass *createIA64CodePrinterPass(formatted_raw_ostream &o,
IA64TargetMachine &tm,
bool verbose);
OpenPOWER on IntegriCloud