tree-ssa-dom.c (simplify_cond_and_lookup_avail_expr): Remove code to propagate the...
authorJeff Law <law@redhat.com>
Mon, 9 Jan 2006 16:56:49 +0000 (09:56 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 9 Jan 2006 16:56:49 +0000 (09:56 -0700)
commit487bf3e6703d3dd2b092f79bf52da5904176f953
treef25d3e3fc6c291e9620d52bbd2922ca9435a0a26
parentc49c0c3963e9881c190058bf2219f05f1b3cf75b
tree-ssa-dom.c (simplify_cond_and_lookup_avail_expr): Remove code to propagate the RHS of a cast into COND_EXPR_COND.

        * tree-ssa-dom.c (simplify_cond_and_lookup_avail_expr): Remove
        code to propagate the RHS of a cast into COND_EXPR_COND.  Remove
        now unused arguments.  Callers updated.
        (eliminate_redundant_computations): Remove now unused arguments,
        callers updated.
        (local_fold): Remove, no longer used.
        (find_equivalent_equality_comparison): Removed from tree-ssa-dom.c
        and moved to...
        * tree-ssa-forwprop.c (find_equivalent_equality_comparison): Here.
        (simplify_cond): New function.
        (forward_propagate_into_cond): Call simplify_cond.

From-SVN: r109502
gcc/ChangeLog
gcc/tree-ssa-dom.c
gcc/tree-ssa-forwprop.c