diff options
author | David Greene <greened@obbligato.org> | 2009-12-24 00:31:35 +0000 |
---|---|---|
committer | David Greene <greened@obbligato.org> | 2009-12-24 00:31:35 +0000 |
commit | f83adbc4c112439d54c7f91eb9524443e729a43e (patch) | |
tree | cb24d8fc70bcce40fb59f78000975c168ef9db8d /lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
parent | 0c8b6e6bc540e793c4401580d06f4e5a478d3b6f (diff) |
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92096 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index f3b7f34035..0ef62fd3c4 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -239,7 +239,7 @@ public: #ifndef NDEBUG void DbgScope::dump() const { - raw_ostream &err = errs(); + raw_ostream &err = dbgs(); err.indent(IndentLevel); MDNode *N = Desc.getNode(); N->dump(); |