tree-data-ref.c (estimate_niter_from_size_of_data): Replace fold_build2 with fold_binary.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 21 Dec 2005 16:48:59 +0000 (16:48 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 21 Dec 2005 16:48:59 +0000 (16:48 +0000)
commit0dd4b47b7fc8c9f9296429d348ec64df5afeb35a
tree0990c6705e08d5b4c38ec5a270b8925019dc291c
parentad44e786b879ce503b59b9e3afd5abb821133f88
tree-data-ref.c (estimate_niter_from_size_of_data): Replace fold_build2 with fold_binary.

* tree-data-ref.c (estimate_niter_from_size_of_data): Replace
fold_build2 with fold_binary.
* tree-ssa-ccp.c (visit_assignment, maybe_fold_stmt_addition):
Replace fold_build1 with fold_unary.
* tree-ssa-reassoc.c (optimize_ops_list): Replace fold_build2
with fold_binary.

From-SVN: r108913
gcc/ChangeLog
gcc/tree-data-ref.c
gcc/tree-ssa-ccp.c
gcc/tree-ssa-reassoc.c