* jump.c (squeeze_notes): Take parms by reference. Handle END being
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Aug 2001 14:51:32 +0000 (14:51 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Aug 2001 14:51:32 +0000 (14:51 +0000)
commit3612339f889f1ee7385b52a5ef2b3b7435fba1ca
tree8b1e78e7c9911f3b44410182b978347eaa7f85b7
parent7a37f969179c9e7e0ef586e5e2940de6f6aa4087
    * jump.c (squeeze_notes): Take parms by reference.  Handle END being
        a squeezable note.
        * rtl.h: Adjust.
        * ifcvt.c (dead_or_predicable): Adjust.
        * loop.c (find_and_verify_loops): Adjust.
        * stmt.c (expand_end_case): Adjust.
        * flow.c (merge_blocks_move_successor_nojumps): Adjust.  Modify the
        head and end insn pointers in the basic block, not just local copies.
        (merge_blocks_move_predecessor_nojumps): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45107 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/flow.c
gcc/ifcvt.c
gcc/jump.c
gcc/loop.c
gcc/rtl.h
gcc/stmt.c