This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249094 - in /trunk/gcc: ChangeLog predict.c
- From: hubicka at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 10 Jun 2017 20:37:35 -0000
- Subject: r249094 - in /trunk/gcc: ChangeLog predict.c
Author: hubicka
Date: Sat Jun 10 20:37:34 2017
New Revision: 249094
URL: https://gcc.gnu.org/viewcvs?rev=249094&root=gcc&view=rev
Log:
* predict.c (drop_profile): Also drop individual bb/edge and cgraph
edge counts.
(handle_missing_profiles): Fix computation of tp_first_run.
(counts_to_freqs): Do not touch freqs when count is 0.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/predict.c