Commit 1972030c by Jan Hubicka Committed by Jan Hubicka

* cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.

From-SVN: r249008
parent 724faf7b
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
......
...@@ -655,7 +655,7 @@ find_many_sub_basic_blocks (sbitmap blocks) ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment