Debug output should go to cerr, not cout, because that's where bytecode goes.
authorMisha Brukman <brukman+llvm@gmail.com>
Sun, 4 May 2003 22:51:30 +0000 (22:51 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sun, 4 May 2003 22:51:30 +0000 (22:51 +0000)
commit15b55e20cc3ca89d77b3e5c2833b569eb33aa4f9
tree33e663177218fae317bbc9415837c2054a7304ba
parentc472d7c52a6f3d702ab15917bd3d10d3ae1a2230
Debug output should go to cerr, not cout, because that's where bytecode goes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6002 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAllocLocal.cpp