* cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.

From-SVN: r249008
This commit is contained in:
Jan Hubicka 2017-06-08 11:34:32 +02:00 committed by Jan Hubicka
parent 724faf7b59
commit 1972030cf1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-06-08 Jan Hubicka <hubicka@ucw.cz>
* cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
2017-06-08 Martin Liska <mliska@suse.cz> 2017-06-08 Martin Liska <mliska@suse.cz>
PR gcov-profile/80911 PR gcov-profile/80911

View File

@ -655,7 +655,7 @@ find_many_sub_basic_blocks (sbitmap blocks)
initialized_src = true; initialized_src = true;
} }
else else
uninitialized_src = false; uninitialized_src = true;
bb->frequency += EDGE_FREQUENCY (e); bb->frequency += EDGE_FREQUENCY (e);
} }
/* When some edges are missing with read profile, this is /* When some edges are missing with read profile, this is