[llvm-commits] [llvm] r92096 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

David Greene greened at obbligato.org
Wed Dec 23 16:31:35 PST 2009


Author: greened
Date: Wed Dec 23 18:31:35 2009
New Revision: 92096

URL: http://llvm.org/viewvc/llvm-project?rev=92096&view=rev
Log:

Change errs() to dbgs().

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp?rev=92096&r1=92095&r2=92096&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp Wed Dec 23 18:31:35 2009
@@ -239,7 +239,7 @@
 
 #ifndef NDEBUG
 void DbgScope::dump() const {
-  raw_ostream &err = errs();
+  raw_ostream &err = dbgs();
   err.indent(IndentLevel);
   MDNode *N = Desc.getNode();
   N->dump();





More information about the llvm-commits mailing list