mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 16:53:02 +00:00
Change errs() to dbgs().
llvm-svn: 92096
This commit is contained in:
parent
f215ecfc4d
commit
42be8783c0
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user