Change errs() to dbgs().
authorDavid Greene <greened@obbligato.org>
Tue, 5 Jan 2010 01:25:45 +0000 (01:25 +0000)
committerDavid Greene <greened@obbligato.org>
Tue, 5 Jan 2010 01:25:45 +0000 (01:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92587 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/VirtRegMap.cpp

index c8c5d861578df5b4e1f6957906c30c3a5185b16d..d4fb2e4d884217cde71a7489c00cef2a2ba4af98 100644 (file)
@@ -278,5 +278,5 @@ void VirtRegMap::print(raw_ostream &OS, const Module* M) const {
 }
 
 void VirtRegMap::dump() const {
-  print(errs());
+  print(dbgs());
 }