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:
Richard Biener 2023-12-06 11:33:10 +01:00
parent 51b8259212
commit 63a541a090

View file

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