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: [bitmap] Early terminating equal_p and intersection_p


At Mon, 01 Nov 2004 18:00:34 +0000,
Nathan Sidwell wrote:
> 
> 2004-11-01  Nathan Sidwell  <nathan@codesourcery.com>
> 
> 	* bitmap.h (bitmap_equal_p): Return bool.
> 	(bitmap_intersect_p, bitmap_intersect_compl_p): Declare.
> 	* bitmap.c (bitmap_equal_p): Return bool. Compare directly.
> 	(bitmap_intersect_p, bitmap_intersect_compl_p): New.
> 	* flow.c (calculate_global_regs_live): Use bitmap_intersect_p and
> 	bitmap_intersect_compl_p.
> 	* ifcvt (dead_or_predicable): Likewise.

This is OK.

zw


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