bb-reorder.c: Remove frequencies from comments.
authorJan Hubicka <hubicka@ucw.cz>
Tue, 14 Nov 2017 09:09:20 +0000 (10:09 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 14 Nov 2017 09:09:20 +0000 (09:09 +0000)
commit79a6b3def91755d6f174904c978faa80897e09da
treeba793335cae563ae2ceb4ac350ca398ae7433d6d
parented10d09bcc8e7af47896f9ca1f5dbc5fd710929d
bb-reorder.c: Remove frequencies from comments.

* bb-reorder.c: Remove frequencies from comments.
(better_edge_p): Use profile counts.
(find_traces): Dump profile counts.
(rotate_loop): Use profile counts.
(find_traces_1_round): Likewise.
(connect_better_edge_p): Use counts instead of probabilities for
reverse walk.
(copy_bb_p): Drop early check for non-0 frequency.
(sanitize_hot_paths): Update comments.

From-SVN: r254721
gcc/ChangeLog
gcc/bb-reorder.c