Shrink out-of-SSA dump
The following removes the second GIMPLE function dump after remove_ssa_form which used to rewrite the IL with the coalescing result but doesn't do so since a long time now. * tree-outof-ssa.cc (rewrite_out_of_ssa): Dump GIMPLE once only, after final IL adjustments.
This commit is contained in:
parent
51b8259212
commit
63a541a090
1 changed files with 0 additions and 3 deletions
|
@ -1352,8 +1352,5 @@ rewrite_out_of_ssa (struct ssaexpand *sa)
|
|||
|
||||
remove_ssa_form (flag_tree_ter, sa);
|
||||
|
||||
if (dump_file && (dump_flags & TDF_DETAILS))
|
||||
gimple_dump_cfg (dump_file, dump_flags & ~TDF_DETAILS);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue