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>
PR gcov-profile/80911
......
......@@ -655,7 +655,7 @@ find_many_sub_basic_blocks (sbitmap blocks)
initialized_src = true;
}
else
uninitialized_src = false;
uninitialized_src = true;
bb->frequency += EDGE_FREQUENCY (e);
}
/* 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