Change VirtRegMap's dump to dump to cerr, not DOUT, so that it
authorDan Gohman <gohman@apple.com>
Wed, 12 Mar 2008 20:52:10 +0000 (20:52 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 12 Mar 2008 20:52:10 +0000 (20:52 +0000)
commitb576931ca23ccd71bc702f3cdee1b365314bbf4f
tree4bbf689db9a3b57d93c8c2734426114d7f7cf76e
parent39e33acf0aba655c96d3e37703b506cbf470c483
Change VirtRegMap's dump to dump to cerr, not DOUT, so that it
can be called from within a debuger without having -debug specified
on the command-line.

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