* tree.c (array_type_nelts, save_expr, substitute_in_expr,
commitfd96eeef7576d1d0ec509a6b4bf38af2c77e6d8f
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 May 2004 00:54:35 +0000 (21 00:54 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 May 2004 00:54:35 +0000 (21 00:54 +0000)
treeb1c1405f852a8137696a61832bb98c461a7aa0a7
parentfb728d8b53112fab76bc5d8406480ae7b165fa9f
* tree.c (array_type_nelts, save_expr, substitute_in_expr,
get_unwidened, get_narrower): Replace build with build2.
* fold-const.c (negate_expr, associate_trees, size_binop,
fold_convert, eval_subst, omit_one_operand, invert_truthvalue,
pedantic_omit_one_operand, distribute_bit_expr,
make_bit_field_ref, optimize_bit_field_compare,
decode_field_reference, range_binop, make_range,
build_range_check, fold_range_test, fold_truthop,
optimize_minmax_comparison, extract_muldiv_1,
fold_binary_op_with_conditional_arg, fold_mathfn_compare,
fold_inf_compare, fold_single_bit_test, fold,
fold_relational_hi_lo, nondestructive_fold_binary_to_constant):
Likewise replace build with either build2 or build3.

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