This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [committed][lto merge]: Various minor fixes


On Fri, Apr 17, 2009 at 18:01, Richard Guenther
<richard.guenther@gmail.com> wrote:

> It does because it doesn't make sense given
>
> ÂFOR_ALL_BB (bb)
> Â Â{
> Â Â ÂEXP_GEN (bb) = bitmap_set_new ();
> Â Â ÂPHI_GEN (bb) = bitmap_set_new ();
> Â Â ÂTMP_GEN (bb) = bitmap_set_new ();
> Â Â ÂAVAIL_OUT (bb) = bitmap_set_new ();
> Â Â}
>
> IMHO asserts always should make sense.

Good point.  I will take it out.  This assert has not triggered in LTO
in a while, so it won't be a big deal.


Diego/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]