tree-flow-inline.h (may_propagate_copy): Move...
authorRichard Henderson <rth@redhat.com>
Wed, 7 Jul 2004 20:16:00 +0000 (13:16 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 7 Jul 2004 20:16:00 +0000 (13:16 -0700)
commit63b8825280dc6eac8ff82c577c15831a150c1c40
treec942eab68cbe4fd2928d53b1721538ff35b54f5d
parent6c4918da7335aa1a76ad468594762cffbef822a7
tree-flow-inline.h (may_propagate_copy): Move...

        * 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.

From-SVN: r84225
gcc/ChangeLog
gcc/tree-flow-inline.h
gcc/tree-flow.h
gcc/tree-ssa-copy.c
gcc/tree-ssa-dom.c