This was supposed to go with r79803
authorChris Lattner <sabre@nondot.org>
Sun, 23 Aug 2009 01:13:09 +0000 (01:13 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 23 Aug 2009 01:13:09 +0000 (01:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79804 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineFunction.h

index 055baac07c1141791d12a15013f232e3be55dffb..da25d61d5e0c08044ba760bd5ad6c135f73d23ad 100644 (file)
@@ -208,6 +208,7 @@ public:
   /// 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