-
- Downloads
cselib+expr+bitmap: Change return type of predicate functions from int to bool
gcc/ChangeLog: * cselib.h (rtx_equal_for_cselib_1): Change return type from int to bool. (references_value_p): Ditto. (rtx_equal_for_cselib_p): Ditto. * expr.h (can_store_by_pieces): Ditto. (try_casesi): Ditto. (try_tablejump): Ditto. (safe_from_p): Ditto. * sbitmap.h (bitmap_equal_p): Ditto. * cselib.cc (references_value_p): Change return type from int to void and adjust function body accordingly. (rtx_equal_for_cselib_1): Ditto. * expr.cc (is_aligning_offset): Ditto. (can_store_by_pieces): Ditto. (mostly_zeros_p): Ditto. (all_zeros_p): Ditto. (safe_from_p): Ditto. (is_aligning_offset): Ditto. (try_casesi): Ditto. (try_tablejump): Ditto. (store_constructor): Change "need_to_clear" and "const_bounds_p" variables to bool. * sbitmap.cc (bitmap_equal_p): Change return type from int to bool.
Showing
- gcc/cselib.cc 30 additions, 30 deletionsgcc/cselib.cc
- gcc/cselib.h 5 additions, 5 deletionsgcc/cselib.h
- gcc/expr.cc 52 additions, 52 deletionsgcc/expr.cc
- gcc/expr.h 9 additions, 7 deletionsgcc/expr.h
- gcc/sbitmap.cc 1 addition, 1 deletiongcc/sbitmap.cc
- gcc/sbitmap.h 1 addition, 1 deletiongcc/sbitmap.h
Loading
Please register or sign in to comment