]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/bitmap.cc
bitmap.c (bitmap_and): Walk array forward.
authorJan Hubicka <jh@suse.cz>
Wed, 9 Jun 2010 18:20:33 +0000 (20:20 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 9 Jun 2010 18:20:33 +0000 (18:20 +0000)
commita2b709cc11de270599d1758f1d2c5a17e920c432
tree7f819d458483e9b129c6a2bdc7b91cd9a5bfeba0
parentd2081406d207b56191aac9fec98fc52f842f51ee
bitmap.c (bitmap_and): Walk array forward.

* 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.

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