flow.c (find_sub_basic_blocks): Fix handling of the last BB in the sequence.
authorJan Hubicka <jh@suse.cz>
Wed, 25 Jul 2001 08:30:36 +0000 (10:30 +0200)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 25 Jul 2001 08:30:36 +0000 (01:30 -0700)
commita368a2fabba4c10b491e03316dde72f41efea80b
tree42306c38f625fe102c4718ab277974315c3ef6c6
parentd38cd8ae50fc7c9f174ce0db55582b7349b4cef1
flow.c (find_sub_basic_blocks): Fix handling of the last BB in the sequence.

        * flow.c (find_sub_basic_blocks): Fix handling of the last BB in
        the sequence.
        (make_edges): New argument update_p; populate the edge cache if set.
        (find_basic_blocks): Update make_edges invocation.

Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r44335
gcc/ChangeLog
gcc/flow.c