* flow.c (flow_delete_insn, make_edge, remove_edge): Export.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Feb 2000 13:01:03 +0000 (13:01 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Feb 2000 13:01:03 +0000 (13:01 +0000)
commit2215ca0d84ab3dbb7ff785d2a28daeb8422c94f4
tree14cb8de0063e0e21049d8e2193ad60c82320ff4c
parent125b9253d075db53bb8365068c882452d9e948ce
    * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
        * basic-block.h: Declare them.
        * emit-rtl.h (active_insn_p): New.
        (next_active_insn, prev_active_insn): Use it.
        * rtl.h: Declare it.
        * function.c (emit_return_into_block): New.
        (thread_prologue_and_epilogue_insns): Insert return insns instead
        of epilogues when possible.
        * jump.c (jump_optimize_1): Remove code to insert a return insn
        on the fallthru to the exit block.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31826 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/emit-rtl.c
gcc/flow.c
gcc/function.c
gcc/jump.c
gcc/rtl.h