PR bootstrap/82832
commit84895d28940b46040028e8736adbd83dc2d77b23
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Nov 2017 13:45:41 +0000 (6 13:45 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Nov 2017 13:45:41 +0000 (6 13:45 +0000)
tree48517ad3ae0dc37801c611131c9093c4b7475294
parentc194b74370a7c333818550979c0ccbbeedde8ac2
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254452 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ipa-inline-transform.c
gcc/predict.c
gcc/profile-count.h
gcc/tree-inline.c