bitmap.h: Add dump_bitmap...
authorDaniel Berlin <dan@cgsoftware.com>
Sat, 16 Jun 2001 16:13:25 +0000 (16:13 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Sat, 16 Jun 2001 16:13:25 +0000 (16:13 +0000)
commitea1939969e757b057b82adc1a51ee50330b5228f
tree3a45f5c5fd147ad1c6593514ed6b6fb51ad056d2
parent6d34c1c4f3cb9537b65a57ee9d6c80853ea0017a
bitmap.h: Add dump_bitmap...

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.

From-SVN: r43420
gcc/ChangeLog
gcc/bitmap.c
gcc/bitmap.h