tree.c (array_type_nelts, [...]): Replace build with build2.
authorRoger Sayle <roger@eyesopen.com>
Fri, 21 May 2004 00:54:35 +0000 (00:54 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 21 May 2004 00:54:35 +0000 (00:54 +0000)
commit59ce6d6beeaac84f468963740cc09f40eefc398f
treeb1c1405f852a8137696a61832bb98c461a7aa0a7
parent8754a0f6a09ab97feffc72de50d1bc462fcc7ec2
tree.c (array_type_nelts, [...]): Replace build with build2.

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

From-SVN: r82083
gcc/ChangeLog
gcc/fold-const.c
gcc/tree.c