OSDN Git Service

* tree-ssa-dom.c (simplify_cond_and_lookup_avail_expr): Remove
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jan 2006 16:56:49 +0000 (16:56 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jan 2006 16:56:49 +0000 (16:56 +0000)
commit8f628ee83a8e26b6bb2a8ad4ff4d0d46cded7ccf
treef25d3e3fc6c291e9620d52bbd2922ca9435a0a26
parenta150ee15564cbd8d4a5396d90180047952165895
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109502 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-ssa-dom.c
gcc/tree-ssa-forwprop.c