]> git.ipfire.org Git - thirdparty/gcc.git/commit
IPA: reduce what we dump in normal mode
authorMartin Liska <mliska@suse.cz>
Tue, 2 Aug 2022 07:58:43 +0000 (09:58 +0200)
committerMartin Liska <mliska@suse.cz>
Tue, 2 Aug 2022 10:16:32 +0000 (12:16 +0200)
commit84beef30a51988e77e9df3104ed6203756172d65
tree65f11fc33d1f416a6f68d7018a64f1c5d4f9baf8
parentc2d074293824cf8d4b24f00d94013124214e6fe5
IPA: reduce what we dump in normal mode

gcc/ChangeLog:

* profile.cc (compute_branch_probabilities): Dump details only
if TDF_DETAILS.
* symtab.cc (symtab_node::dump_base): Do not dump pointer unless
TDF_ADDRESS is used, it makes comparison harder.
gcc/profile.cc
gcc/symtab.cc