]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/explow.c
rtl.h (plus_constant): Delete.
authorZack Weinberg <zack@gcc.gnu.org>
Tue, 20 Jul 2004 23:02:36 +0000 (23:02 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Tue, 20 Jul 2004 23:02:36 +0000 (23:02 +0000)
commit3e95a7cbf534c8f738a3267773f03dfe80d69484
tree6d50b755c8622194a6e194950e1a5674f3ccffd4
parent14797075918d654f5af84c932568b9e18613ba39
rtl.h (plus_constant): Delete.

* rtl.h (plus_constant): Delete.
(plus_constant_wide): Rename to plus_constant.
(plus_constant_for_output_wide): Delete vestigial prototype.
(GEN_INT): Remove unnecessary cast.
* tree.h (build_int_2, size_int_type): Delete.
(build_int_2_wide): Rename to build_int_2.
(size_int_wide): Rename to size_int_kind.
(size_int_type_wide): Rename to size_int_type.
(size_int, ssize_int, bitsize_int, sbitsize_int): Use size_int_kind.
Remove unnecessary cast.
* tree.c (build_int_2_wide): Rename build_int_2; update comment.
* explow.c (plus_constant_wide): Rename plus_constant; update comment.
* fold-const.c (size_int_wide): Rename size_int_kind. Use size_int_type.
(size_int_type_wide): Rename size_int_type.
(int_const_binop): Use size_int_type.
* c-lex.c (interpret_integer): Use build_int_2.
* final.c (split_double): Remove unnecessary casts.
* tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use build_int_2.

From-SVN: r84976
gcc/ChangeLog
gcc/c-lex.c
gcc/explow.c
gcc/final.c
gcc/fold-const.c
gcc/rtl.h
gcc/tree-ssa-ccp.c
gcc/tree.c
gcc/tree.h