Initial support for carrying MachineInstrs in SUnits.
[oota-llvm.git] / include / llvm / CodeGen / PseudoSourceValue.h
index 115e565b6b6cac5584ca5402ae025730876d5c18..dccf735ed029e8ca87fa2d59501798cf0df0a026 100644 (file)
@@ -18,6 +18,7 @@
 
 namespace llvm {
   class MachineFrameInfo;
+  class raw_ostream;
 
   /// PseudoSourceValue - Special value supplied for machine level alias
   /// analysis. It indicates that the a memory access references the functions
@@ -27,7 +28,7 @@ namespace llvm {
   public:
     PseudoSourceValue();
 
-    virtual void print(std::ostream &OS) const;
+    virtual void print(raw_ostream &OS) const;
 
     /// isConstant - Test whether this PseudoSourceValue has a constant value.
     ///