remove std::ostream versions of printing stuff for MBB and MF,

upgrading a few things to use raw_ostream


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79811 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2009-08-23 03:13:20 +00:00
parent 51a1132403
commit cf143a4d91
9 changed files with 35 additions and 53 deletions

View File

@@ -207,7 +207,6 @@ 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