Initialize counters in autoFDO to zero, not to uninitialized.
authorMartin Liska <mliska@suse.cz>
Thu, 27 Jul 2017 12:53:34 +0000 (14:53 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Thu, 27 Jul 2017 12:53:34 +0000 (12:53 +0000)
commitb8163af7d91c2f5a4158a5cb6e6555b375e61ea4
tree724a0bec6f6a0ece835bec475ddeebeaf8a9b858
parent9811e84c99df6269baa406c7f42d479b342087c4
Initialize counters in autoFDO to zero, not to uninitialized.

2017-07-27  Martin Liska  <mliska@suse.cz>

* auto-profile.c (afdo_annotate_cfg): Assign zero counts to
BBs and edges seen by autoFDO.

From-SVN: r250621
gcc/ChangeLog
gcc/auto-profile.c