]> gcc.gnu.org Git - gcc.git/commit
flow.c (find_basic_blocks): Remove do_cleanup argument.
authorRichard Henderson <rth@cygnus.com>
Fri, 28 Jan 2000 22:22:50 +0000 (14:22 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 28 Jan 2000 22:22:50 +0000 (14:22 -0800)
commit19d3c25c9a4da9526a2012b47d14bc731fd0422e
tree838b5c749cb462341ad1b64dc6cc0bd1daa6820f
parent47e6ea667d23d2fd20ad3664e39654cc8a44502f
flow.c (find_basic_blocks): Remove do_cleanup argument.

        * flow.c (find_basic_blocks): Remove do_cleanup argument.
        Break out that code ...
        (cleanup_cfg): ... here.
        (commit_one_edge_insertion): Detect a return instruction being
        emitted to an edge.  Emit a barrier following; clear fallthru.
        (commit_edge_insertions): Verify CFG consistency.
        * function.c (expand_function_start): Kill unused variable.
        (expand_function_end): Likewise.
        (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
        to insert the epilogue.

        * gcse.c (gcse_main): Adjust for find_basic_blocks change.
        (delete_null_pointer_checks): Likewise.
        * output.h: Likewise.
        * reg-stack.c (reg_to_stack): Likewise.
        * toplev.c (rest_of_compilation): Likewise.  Run
        thread_prologue_and_epilogue_insns after rebuilding the CFG.

From-SVN: r31676
gcc/ChangeLog
gcc/flow.c
gcc/function.c
gcc/gcse.c
gcc/output.h
gcc/reg-stack.c
gcc/toplev.c
This page took 0.05529 seconds and 5 git commands to generate.