flow.c (make_edges): Handle casesi that jump to default branch.
authorRichard Earnshaw <rearnsha@arm.com>
Sat, 6 Mar 1999 17:19:39 +0000 (17:19 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 6 Mar 1999 17:19:39 +0000 (09:19 -0800)
commit4b523fc4951bf74a441c9a4c08bd4ab1428b3e3c
tree02cafb62ef987938d8bc0e26fbfd9114eb2b2648
parent8e1f2d4c56e3d43c878a6ffe5e5c4aa6409fa035
flow.c (make_edges): Handle casesi that jump to default branch.

        * flow.c (make_edges): Handle casesi that jump to default branch.
        If CASE_DROPS_THROUGH, force fallthru to block after casesi.

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