]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/bitmap.c
bitmap.c (bitmap_element_free, [...]): Added code to properly maintain the variants...
authorKenneth Zadeck <zadeck@gcc.gnu.org>
Thu, 29 Dec 2005 19:41:21 +0000 (19:41 +0000)
committerKenneth Zadeck <zadeck@gcc.gnu.org>
Thu, 29 Dec 2005 19:41:21 +0000 (19:41 +0000)
commit1bc40c7e8ac62eafdef41e04276e9cab85488af7
tree9e78cf08041b019d6700dc377e3c95a96775f9a7
parent3dd9b65f61603ae3504abe0a0e95725c511f46be
bitmap.c (bitmap_element_free, [...]): Added code to properly maintain the variants associated with the CURRENT and...

2005-12-29 Kenneth Zadeck <zadeck@naturalbridge.com>

* bitmap.c (bitmap_element_free, bitmap_element_link,
bitmap_elt_insert_after, bitmap_and, bitmap_and_compl,
bitmap_and_compl, bitmap_ior, bitmap_ior_into, bitmap_xor,
bitmap_xor_into): Added code to properly maintain the variants
associated with the CURRENT and HEAD fields.
(bitmap_popcount, bitmap_clear_range, bitmap_compl_and_into): New
functions. * bitmap.h: Added defs for bitmap_popcount,
bitmap_clear_range, and bitmap_compl_and_into.

From-SVN: r109153
gcc/bitmap.c
gcc/bitmap.h