diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-04 09:12:12 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-04 09:12:12 +0000 |
commit | 262cead125f26e0e2c02d8fe136a8af756726001 (patch) | |
tree | baa9f15d3be7a5a2ed37b5df9c7469b4f622a578 /gcc/ChangeLog | |
parent | 73b04688db0c71affd8ed35e5bb0ebc60458e631 (diff) | |
download | gcc-262cead125f26e0e2c02d8fe136a8af756726001.tar.gz |
* bitmap.h (bitmap_iterator): Remove word_bit and bit
fields. Rename others.
(bmp_iter_common_next_1, bmp_iter_single_next_1,
bmp_iter_single_init, bmp_iter_end_p, bmp_iter_single_next,
bmp_iter_and_not_next_1, bmp_iter_and_not_init,
bmp_iter_and_not_next, bmp_iter_and_next_1, bmp_iter_and_init,
bmp_iter_and_next): Remove.
(bmp_iter_set_init, bmp_iter_and_init, bmp_iter_and_compl_init,
bmp_iter_next, bmp_iter_set, bmp_iter_and, bmp_iter_and_compl):
New.
(EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_IN_BITMAP,
EXECUTE_IF_AND_COMPL_IN_BITMAP): Adjust.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90055 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 82a7d19cd06..9c60546dfe7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,18 @@ 2004-11-04 Nathan Sidwell <nathan@codesourcery.com> + * bitmap.h (bitmap_iterator): Remove word_bit and bit + fields. Rename others. + (bmp_iter_common_next_1, bmp_iter_single_next_1, + bmp_iter_single_init, bmp_iter_end_p, bmp_iter_single_next, + bmp_iter_and_not_next_1, bmp_iter_and_not_init, + bmp_iter_and_not_next, bmp_iter_and_next_1, bmp_iter_and_init, + bmp_iter_and_next): Remove. + (bmp_iter_set_init, bmp_iter_and_init, bmp_iter_and_compl_init, + bmp_iter_next, bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): + New. + (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_IN_BITMAP, + EXECUTE_IF_AND_COMPL_IN_BITMAP): Adjust. + * bitmap.h (bitmap_a_or_b, bitmap_a_and_b): Remove. * df.c (dataflow_set_a_op_b): Use bitmap_and, bitmap_ior, bitmap_and_into, bitmap_ior_into as appropriate. |