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)
commit62ca32540f950d500227f1863b95cd08ad28099e
treef204ed5bd4b0be238323ee6946ad05ef6cb46ebf
parentab49ee752ec37f586e45c999eca1e29e32697cb7
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