2001-06-16 Daniel Berlin <dan@cgsoftware.com>
authordberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Jun 2001 16:13:25 +0000 (16:13 +0000)
committerdberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Jun 2001 16:13:25 +0000 (16:13 +0000)
commit973b44934cfc63bb81d7b22f4a46df1cde3db162
tree3a45f5c5fd147ad1c6593514ed6b6fb51ad056d2
parentdaf50c084cec2b5975efffb61c480ad21d923532
2001-06-16  Daniel Berlin  <dan@cgsoftware.com>

* bitmap.h: Add dump_bitmap, bitmap_zero, bitmap_union_of_diffs,
bitmap_a_or_b, bitmap_a_and_b, bitmap_first_set_bit,
bitmap_last_set_bit. All for compatibility with sbitmap's.

*bitmap.c (bitmap_zero): New function.
(bitmap_union_of_diffs): New function.
(bitmap_first_set_bit): New function.
(bitmap_last_set_bit): New function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43420 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/bitmap.c
gcc/bitmap.h