mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Change errs() to dbgs().
llvm-svn: 92572
This commit is contained in:
parent
216139c074
commit
4c9eb54e83
@ -225,7 +225,7 @@ bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet
|
||||
if (level >= 20) {
|
||||
if (!printed) {
|
||||
printed = true;
|
||||
DEBUG(errs() << "setSubgraphColor hit max level\n");
|
||||
DEBUG(dbgs() << "setSubgraphColor hit max level\n");
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user