]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/bitmap.h
bitmap.h (nBITMAP_WORD_BITS): Remove.
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 11 Nov 2004 10:36:27 +0000 (10:36 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 11 Nov 2004 10:36:27 +0000 (10:36 +0000)
commit65a6f342653e7421f481f5dc3c79960edfd9599f
treefd9d98f746f7a704c24f4125bc04202bcd0f7463
parentaf2a91bdce85a4bf9a5a1283b10e08e6cb3d7ae3
bitmap.h (nBITMAP_WORD_BITS): Remove.

* bitmap.h (nBITMAP_WORD_BITS): Remove.
(BITMAP_WORD_BITS): Force unsigned by use of 1u.
(BITMAP_ELEMENT_WORDS, BITMAP_ELEMENT_ALL_BITS): Remove
unnecessary casts.
(bitmap_first_set_bit): Return unsigned, use ctzl.
(bitmap_last_set_bit): Remove.
* bitmap.c (bitmap_element_zerop, bitmap_copy): Make iterator
unsigned.
(bitmap_first_set_bit): Return unsigned, require non-empty bitmap,
remove special case code for two word elements.
(bitmap_last_set_bit): Remove.
* ra-build.c (livethrough_conflicts_bb): Replace unnecessary use of
bitmap_first_set_bit with bitmap_empty_p.
* tree-outof-ssa.c (analyze_edges_for_bb): Likewise.
* tree-ssa-pre.c (bitmap_print_value): Use simple flag rather than
bitmap_last_bit_set.

From-SVN: r90478
gcc/ChangeLog
gcc/bitmap.c
gcc/bitmap.h
gcc/ra-build.c
gcc/tree-outof-ssa.c
gcc/tree-ssa-pre.c