tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Use fold_binary instead...
authorJames A. Morrison <phython@gcc.gnu.org>
Tue, 9 Aug 2005 04:24:56 +0000 (04:24 +0000)
committerJames A. Morrison <phython@gcc.gnu.org>
Tue, 9 Aug 2005 04:24:56 +0000 (04:24 +0000)
commit2f133f4681a88304902476384965eb214ddf7a9d
treefbfcd859174fdbaed058790f4ba71524cea74b2a
parentf14e694e82ff0a1aff4a9b8da707fda2209fded7
tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Use fold_binary instead of fold_build2 since we don't care about the resulting tree.

2005-08-09  James A. Morrison  <phython@gcc.gnu.org>

        * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Use
        fold_binary instead of fold_build2 since we don't care about the
        resulting tree.
        (loop_niter_by_eval): Likewise.
        (compare_trees): Likewise.
        (proved_non_wrapping_p): Likewise.

From-SVN: r102897
gcc/ChangeLog
gcc/tree-ssa-loop-niter.c