Print Debug Code to stderr instead of stdout so that it doesn't mess up the assembly...
authorChris Lattner <sabre@nondot.org>
Mon, 15 Oct 2001 18:30:06 +0000 (18:30 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Oct 2001 18:30:06 +0000 (18:30 +0000)
commit634b352fa6ccb7313520dcf552359569bf1b7f47
tree58b2bb6fe29a162891a2c3d3093bc1ed49919c74
parent1e23ed7c653bb73984766cd3868da4d372ac47f8
Print Debug Code to stderr instead of stdout so that it doesn't mess up the assembly output

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@841 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/CodeGen/MachineRegInfo.h
include/llvm/CodeGen/RegClass.h
lib/Analysis/LiveVar/BBLiveVar.cpp
lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp
lib/Analysis/LiveVar/ValueSet.cpp
lib/CodeGen/RegAlloc/LiveRange.h
lib/CodeGen/RegAlloc/RegClass.h
lib/Target/SparcV9/LiveVar/BBLiveVar.cpp
lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp
lib/Target/SparcV9/LiveVar/ValueSet.cpp
lib/Target/SparcV9/RegAlloc/LiveRange.h
lib/Target/SparcV9/RegAlloc/RegClass.h