* bitmap.h (enum bitmap_bits): Remove.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Nov 2004 11:12:55 +0000 (11:12 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Nov 2004 11:12:55 +0000 (11:12 +0000)
commitb6e72c17ee40e50a2696930cda57ad35b9006e92
tree20bd9b979dcfef810710197c02c8e0c921da4f18
parent6b0ce647e10938ceba871c3ca68ce18bf141ee18
* 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.

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