Output to cerr rather than cout so that debug info doesn't mess up assembly generation
authorChris Lattner <sabre@nondot.org>
Mon, 15 Oct 2001 18:15:27 +0000 (18:15 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Oct 2001 18:15:27 +0000 (18:15 +0000)
commit1e23ed7c653bb73984766cd3868da4d372ac47f8
tree6eae47934e94ea7432fc865ac898615b63b1263e
parent18fc812a1b47100f773e48fdd7392d1c22876e88
Output to cerr rather than cout so that debug info doesn't mess up assembly generation

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@840 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
lib/CodeGen/RegAlloc/InterferenceGraph.cpp
lib/CodeGen/RegAlloc/LiveRangeInfo.cpp
lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
lib/CodeGen/RegAlloc/RegClass.cpp
lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp
lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/RegAlloc/RegClass.cpp
lib/Target/SparcV9/SparcV9Internals.h
lib/Target/SparcV9/SparcV9RegClassInfo.cpp
lib/Target/SparcV9/SparcV9RegInfo.cpp
lib/Target/SparcV9/SparcV9TargetMachine.cpp