diff --git a/lib/CodeGen/VirtRegMap.cpp b/lib/CodeGen/VirtRegMap.cpp index 9e46c001bfa..8c6934aea88 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); }