1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Change errs() to dbgs().

llvm-svn: 92572
This commit is contained in:
David Greene 2010-01-05 01:24:45 +00:00
parent 216139c074
commit 4c9eb54e83

View File

@ -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;
}