Commit 57a5a8b3 by Jan Hubicka Committed by Jan Hubicka

expect.c (dw2_build_landing_pads): Update profile of the landing pad bb.

	* expect.c (dw2_build_landing_pads): Update profile of the landing pad
	bb.

From-SVN: r249885
parent b543d680
2017-07-02 Jan Hubicka <hubicka@ucw.cz>
* expect.c (dw2_build_landing_pads): Update profile of the landing pad
bb.
2017-07-02 Jan Hubicka <hubicka@ucw.cz>
* tree-complex.c (expand_complex_div_wide): update profile.
2017-07-02 Richard Sandiford <richard.sandiford@linaro.org>
......
......@@ -990,6 +990,8 @@ dw2_build_landing_pads (void)
end_sequence ();
bb = emit_to_new_bb_before (seq, label_rtx (lp->post_landing_pad));
bb->count = bb->next_bb->count;
bb->frequency = bb->next_bb->frequency;
make_single_succ_edge (bb, bb->next_bb, e_flags);
if (current_loops)
{
......
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