mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
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
This commit is contained in:
parent
39e33acf0a
commit
b576931ca2
@ -202,7 +202,7 @@ void VirtRegMap::print(std::ostream &OS) const {
|
||||
}
|
||||
|
||||
void VirtRegMap::dump() const {
|
||||
print(DOUT);
|
||||
print(cerr);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user