bitmap.h (enum bitmap_bits): Remove.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 5 Nov 2004 11:12:55 +0000 (11:12 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 5 Nov 2004 11:12:55 +0000 (11:12 +0000)
commit88c4f655e76260eaaa5ca5573c85eb736eb51034
tree20bd9b979dcfef810710197c02c8e0c921da4f18
parent0cde4a2c32bf281ce6d758f8db3bfd47be3ce5d3
bitmap.h (enum bitmap_bits): Remove.

* bitmap.h (enum bitmap_bits): Remove.
(bitmap_operation): Remove.
(bitmap_and, bitmap_and_into, bitmap_and_compl,
bitmap_and_compl_into, bitmap_ior, bitmap_ior_into, bitmap_xor,
bitmap_xor_into): Prototype.
* bitmap.c (bitmap_elt_insert_after, bitmap_elt_clear_from): New.
(bitmap_operation): Remove.
(bitmap_and, bitmap_and_into, bitmap_and_compl,
bitmap_and_compl_into, bitmap_ior, bitmap_ior_into, bitmap_xor,
bitmap_xor_into): New.
(bitmap_ior_and_compl, bitmap_ior_and_compl_into): Adjust.

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