bitmap.c (bitmap_and, [...]): Removed "a != b" assert and inserted fastpath code...
authorKenneth Zadeck <zadeck@naturalbridge.com>
Fri, 8 Jul 2005 17:34:13 +0000 (17:34 +0000)
committerKenneth Zadeck <zadeck@gcc.gnu.org>
Fri, 8 Jul 2005 17:34:13 +0000 (17:34 +0000)
commit08a3c5cdef945fbf42de92d347dc51cc98b4b007
tree9e72f0f2ce125c857bf2a4101fcdfa83693dd6e0
parent5e180a3f547f7c698ebcf31c97f8a69a199a7554
bitmap.c (bitmap_and, [...]): Removed "a != b" assert and inserted fastpath code for this case.

2005-07-08  Kenneth Zadeck <zadeck@naturalbridge.com>

* bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
bitmap_and_compl_into, bitmap_xor, bitmap_xor_into): Removed "a !=
b" assert and inserted fastpath code for this case.
(bitmap_ior): Removed "a != b" assert.

From-SVN: r101780
gcc/ChangeLog
gcc/bitmap.c