OSDN Git Service

* bitmap.c (bitmap_and): Walk array forward.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jun 2010 18:20:33 +0000 (18:20 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jun 2010 18:20:33 +0000 (18:20 +0000)
commit4399d50088bfce759b4b26f1ac3fb8ddf054d286
tree7f819d458483e9b129c6a2bdc7b91cd9a5bfeba0
parentf8a30b44f128946e7b3a40ce22579b497a3438d8
* bitmap.c (bitmap_and): Walk array forward.
(bitmap_and_compl_into): Likewise.
(bitmap_xor): Likewise.
(bitmap_xor_into):  Likewise.
(bitmap_equal_p): Likewise.
(bitmap_intersect_p): Likewise.
(bitmap_intersect_compl_p): Likewise.
(bitmap_ior_and_into): Likewise.
(bitmap_elt_copy): Likewise.
(bitmap_and_compl): Likewise.
(bitmap_elt_ior): Likewise.

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