https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121523

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
      gcc_checking_assert (num >= 0 && den > 0);


  profile_probability scale_prob
    = (count_in * (iteration_bound + 1)).probability_in (loop->header->count);

Reply via email to