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

--- Comment #2 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Author: hubicka
Date: Thu Nov  9 14:05:14 2017
New Revision: 254582

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

        PR ipa/82879
        * ipa-inline-transform.c (update_noncloned_frequencies): Use
        profile_count::adjust_for_ipa_scaling.
        * tree-inline.c (copy_bb, copy_cfg_body): Likewise.
        * profile-count.c (profile_count::adjust_for_ipa_scaling): New member
        function.
        * profile-count.h (profile_count::adjust_for_ipa_scaling): Declare.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr82879.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-inline-transform.c
    trunk/gcc/profile-count.c
    trunk/gcc/profile-count.h
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-inline.c

Reply via email to