]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/bitmap.c
bitmap.h (bitmap_equal_p): Return bool.
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 2 Nov 2004 09:56:12 +0000 (09:56 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 2 Nov 2004 09:56:12 +0000 (09:56 +0000)
commit55994078b6bc51ae62bd4117c6c335b94336137b
tree01db73d0a68c2e2de0213a73d4f7c8d2b5d8ce66
parentf6219a5e9ca08b637e8e397eb33d7a515c9cfe7c
bitmap.h (bitmap_equal_p): Return bool.

* 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.

From-SVN: r89981
gcc/ChangeLog
gcc/bitmap.c
gcc/bitmap.h
gcc/flow.c
gcc/ifcvt.c