https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82832

--- Comment #1 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Author: hubicka
Date: Mon Nov  6 13:45:41 2017
New Revision: 254452

URL: https://gcc.gnu.org/viewcvs?rev=254452&root=gcc&view=rev
Log:

        PR bootstrap/82832
        * ipa-inline-transform.c (update_noncloned_frequencies): Always
        scale.
        (inline_transform): Likewise.
        * predict.c (counts_to_freqs): Remove useless conditional.
        * profile-count.h (profile_count::apply_scale): Move sanity check.
        * tree-inline.c (copy_bb): Always scale.
        (copy_cfg_body): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-inline-transform.c
    trunk/gcc/predict.c
    trunk/gcc/profile-count.h
    trunk/gcc/tree-inline.c

Reply via email to