Change errs() to dbgs().

llvm-svn: 92096
This commit is contained in:
David Greene 2009-12-24 00:31:35 +00:00
parent f215ecfc4d
commit 42be8783c0

View File

@ -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();