diff options
-rw-r--r-- | lib/CodeGen/VirtRegMap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/VirtRegMap.cpp b/lib/CodeGen/VirtRegMap.cpp index 9e46c00..8c6934a 100644 --- a/lib/CodeGen/VirtRegMap.cpp +++ b/lib/CodeGen/VirtRegMap.cpp @@ -202,7 +202,7 @@ void VirtRegMap::print(std::ostream &OS) const { } void VirtRegMap::dump() const { - print(DOUT); + print(cerr); } |