* tree-flow-inline.h (may_propagate_copy): Move...
commit4f7f73c8d326fe567a23b0d73b92629b2c6b0190
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Jul 2004 20:16:00 +0000 (7 20:16 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Jul 2004 20:16:00 +0000 (7 20:16 +0000)
treec942eab68cbe4fd2928d53b1721538ff35b54f5d
parent9e3bd669b8773461ef05b43e356f2e2214919709
    * tree-flow-inline.h (may_propagate_copy): Move...
        * tree-ssa-copy.c (may_propagate_copy): ... here.  Fail if we
        attempt to copy between types requiring conversion.
        * tree-flow.h (may_propagate_copy): Update decl.
        * tree-ssa-dom.c (cprop_operand): Tidy redundant tests.

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