Change errs() to dbgs().

llvm-svn: 92622
This commit is contained in:
David Greene 2010-01-05 01:27:39 +00:00
parent b4740e7802
commit 9bb1c8a001

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