aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/Trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Analysis/Trace.h')
-rw-r--r--include/llvm/Analysis/Trace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Analysis/Trace.h b/include/llvm/Analysis/Trace.h
index ad4f37c..b26101d 100644
--- a/include/llvm/Analysis/Trace.h
+++ b/include/llvm/Analysis/Trace.h
@@ -18,11 +18,11 @@
#ifndef LLVM_ANALYSIS_TRACE_H
#define LLVM_ANALYSIS_TRACE_H
+#include "llvm/Support/Streams.h"
#include <vector>
#include <cassert>
namespace llvm {
- class llvm_ostream;
class BasicBlock;
class Function;
class Module;
@@ -106,7 +106,7 @@ public:
/// print - Write trace to output stream.
///
- void print (llvm_ostream &O) const;
+ void print (OStream &O) const;
/// dump - Debugger convenience method; writes trace to standard error
/// output stream.