OSDN Git Service

PR 15089
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Sep 2004 02:50:47 +0000 (02:50 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Sep 2004 02:50:47 +0000 (02:50 +0000)
commit93b4f514639d51295df376f9a0b54562b365e952
tree6ec2f8d5a10435c23e27413403888abc84af50b0
parentf582bb6c92c50798e4f1e4a5a3ccc592d4215898
    PR 15089
        * tree-ssa-copy.c (may_propagate_copy_into_asm): New.
        * tree-flow.h (may_propagate_copy_into_asm): Declare.
        * tree-ssa-ccp.c (replace_uses_in): Use it.
        * tree-ssa-dom.c (cprop_operand): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88269 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/asm-2.c [new file with mode: 0644]
gcc/tree-flow.h
gcc/tree-ssa-ccp.c
gcc/tree-ssa-copy.c
gcc/tree-ssa-dom.c