profile.c (edge_gcov_counts): Turn to pointer.
authorJan Hubicka <hubicka@ucw.cz>
Fri, 9 Jun 2017 11:45:46 +0000 (13:45 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 9 Jun 2017 11:45:46 +0000 (11:45 +0000)
commitf05d82a711d37d7958b6eda223f7afedb3eb5837
treeb2ee06fe355e71ba17a03c2c4f1f46c767a4f60a
parentffb9d1b140d2bd299642c001c1a79de4c2c81871
profile.c (edge_gcov_counts): Turn to pointer.

* profile.c (edge_gcov_counts): Turn to pointer.
(compute_branch_probabilities, compute_branch_probabilities): Update.
(branch_prob): Do not clear edge_gcov_count.
* profile.h (edge_gcov_counts): Turn to pointer.
(edge_gcov_count): Update.

From-SVN: r249057
gcc/ChangeLog
gcc/profile.c