remove std::ostream versions of printing stuff for MBB and MF,
[oota-llvm.git] / include / llvm / CodeGen / MachineFunction.h
index 055baac07c1141791d12a15013f232e3be55dffb..51200cb2bbefc498b57a1ab83e74633ddbad6359 100644 (file)
@@ -207,7 +207,7 @@ public:
   /// print - Print out the MachineFunction in a format suitable for debugging
   /// to the specified stream.
   ///
-  void print(std::ostream &OS) const;
+  void print(raw_ostream &OS) const;
 
   /// viewCFG - This function is meant for use from the debugger.  You can just
   /// say 'call F->viewCFG()' and a ghostview window should pop up from the