Change errs() to dbgs().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92622 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Greene 2010-01-05 01:27:39 +00:00
parent ae7c59a012
commit 163fb1f93e

View File

@ -451,7 +451,7 @@ bool ABCD::runOnFunction(Function &F) {
modified = false;
createSSI(F);
executeABCD(F);
DEBUG(inequality_graph.printGraph(errs(), F));
DEBUG(inequality_graph.printGraph(dbgs(), F));
removePhis();
inequality_graph.clear();