remove std::ostream versions of printing stuff for MBB and MF,
authorChris Lattner <sabre@nondot.org>
Sun, 23 Aug 2009 03:13:20 +0000 (03:13 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 23 Aug 2009 03:13:20 +0000 (03:13 +0000)
commitcf143a4d917699f8f4202f331fa9e184070471fb
tree11df4a1200aac57c6156d1f9135d12d65812f864
parent51a1132403da7c4e8a57369815596c8d485f5db2
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
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/Passes.h
lib/CodeGen/GCMetadata.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/MachineBasicBlock.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineSink.cpp
lib/CodeGen/MachineVerifier.cpp