Shrink out-of-SSA dump
commit63a541a0905867cbd5762f55a928778724ed0ec7
authorRichard Biener <rguenther@suse.de>
Wed, 6 Dec 2023 10:33:10 +0000 (6 11:33 +0100)
committerRichard Biener <rguenther@suse.de>
Fri, 8 Dec 2023 08:21:00 +0000 (8 09:21 +0100)
treeabd07d148b9afa5116b1669a254c637291f00f90
parent51b8259212791dbea846706bc5e9db5310f1fc10
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.
gcc/tree-outof-ssa.cc