[pretty-ipa] EH duplication cleanups

Jan Hubicka hubicka@ucw.cz
Wed Mar 25 18:02:00 GMT 2009


> On Wed, Mar 25, 2009 at 4:13 PM, Jan Hubicka <hubicka@ucw.cz> wrote:
> > Hi,
> 
> Hm, maybe I'm missing sth, but isn't this equivalent to
> 
>  *min = bitmap_first_set_bit ();
>  *max = bitmap_last_bit_set ();
> 
> ?
> 
> Ok, we don't have bitmap_last_bit_set but that could be added.

Well, the reason was that there is no bitmap_last_bit_set and I was bit
lazy to add it since I have quite long queue of patches to get
abstraction penalty down before inlining.

I will clean this up definitly for mainline merge ;)

Honza
> 
> Richard.



More information about the Gcc-patches mailing list