OSDN Git Service

get MachineConstantPool off std::ostream, onto raw_ostream. It would be
authorChris Lattner <sabre@nondot.org>
Sat, 23 Aug 2008 22:53:13 +0000 (22:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 23 Aug 2008 22:53:13 +0000 (22:53 +0000)
commit491f783caa6d53724a49d4746428a0313facbb86
treef204ed5bd4b0be238323ee6946ad05ef6cb46ebf
parent2ff3a89717ffadd4f6de8c9917eae5c433847a8a
get MachineConstantPool off std::ostream, onto raw_ostream.  It would be
really nice if someone converted MachineFunction::print to raw_ostream.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55268 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineConstantPool.h
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp