* flow.c (flow_delete_insn_chain): Rename from delete_insn_chain.
commit7c2b27e9f770bbffd52a5592a15786d2bb50ae09
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Aug 1999 23:29:55 +0000 (28 23:29 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Aug 1999 23:29:55 +0000 (28 23:29 +0000)
tree37f1ce503c3e9fbf4dd00c7d48c47a2964d546d5
parentd641cde06a50cd40106260c3ad24cf24326fbc3f
    * flow.c (flow_delete_insn_chain): Rename from delete_insn_chain.
        (update_life_info) [REG_WAS_0]: Search the original insns rather
        than the new insns for the note.  Fix typos finding note_dest.
        If no dest found, discard the note rather than abort.
        [REG_NOALIAS]: Handle as REG_NO_CONFLICT.
        (replace_insns): Remove the old insn list after update_life_info
        not before.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28946 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/flow.c