mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
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:
parent
ae7c59a012
commit
163fb1f93e
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user