* expect.c (dw2_build_landing_pads): Update profile of the landing pad
bb.
From-SVN: r249885
+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.
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)
{