jump.c (squeeze_notes): Take parms by reference.
authorJason Merrill <jason@redhat.com>
Wed, 22 Aug 2001 14:51:32 +0000 (10:51 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 22 Aug 2001 14:51:32 +0000 (10:51 -0400)
commit2270623af33a51bb6776a775bee05f142db83e7c
tree8b1e78e7c9911f3b44410182b978347eaa7f85b7
parentfd10dd09c8c9de14a7b30deddd4e5dd8481b92f4
jump.c (squeeze_notes): Take parms by reference.

        * 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.

From-SVN: r45107
gcc/ChangeLog
gcc/flow.c
gcc/ifcvt.c
gcc/jump.c
gcc/loop.c
gcc/rtl.h
gcc/stmt.c