On Thu, Dec 19, 2013 at 10:22:38PM -0700, Jeff Law wrote:
> >+ *gsi = create_cond_insert_point (gsi, /*before_p=*/true,
> >+ /*then_more_likely_p=*/false,
> >+ /*create_then_fallthru_edge=*/true,
> >+ &then_bb, &fallthru_bb);
> Ick (comments embedded in argumust list). Is there some compelling
> reason for those comments?
That is a style used heavily e.g. in the C++ frontend, just an attempt
to make the code slightly more readable what exactly you are passing.
But it isn't that important, so I'll remove it.
> OK with that trivial fix.
Thanks.
Jakub