cgraph.c (cgraph_edge::maybe_hot_p): Do not check flag_branch_probabilities.
authorJan Hubicka <hubicka@ucw.cz>
Thu, 8 Jun 2017 15:15:51 +0000 (17:15 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 8 Jun 2017 15:15:51 +0000 (15:15 +0000)
commitee4e85b78f5dab1f297aa9278694593c18fe1ae0
tree5490f5b728b61ce913e53ff05af703efe199fa22
parentae5512dd4fbfb031cc967fc154a534863d4c05f5
cgraph.c (cgraph_edge::maybe_hot_p): Do not check flag_branch_probabilities.

* cgraph.c (cgraph_edge::maybe_hot_p): Do not check
flag_branch_probabilities.
* ipa-inline.c (edge_badness): Likewise.
* ipa-profile.c (ipa_propagate_frequency_1): Likewise.
* postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
* predict.c (maybe_hot_frequency_p): Likewise.
(probably_never_executed): Likewise.
* sched-ebb.c (schedule_ebbs): Likewise.
* sched-rgn.c (find_single_block_region): Likewise.
* tracer.c (tail_duplicate): Likewise.

From-SVN: r249020
gcc/ChangeLog
gcc/cgraph.c
gcc/ipa-inline.c
gcc/ipa-profile.c
gcc/postreload-gcse.c
gcc/predict.c
gcc/sched-ebb.c
gcc/sched-rgn.c
gcc/tracer.c