flow.c (tidy_fallthru_edges): Don't combine complex edges.
authorRichard Henderson <rth@redhat.com>
Wed, 28 Mar 2001 06:22:23 +0000 (22:22 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 28 Mar 2001 06:22:23 +0000 (22:22 -0800)
commitad73b558320545ee96736ae3f3373c48d3622504
tree6a3f4acb3012550610fc130ba3daec51f92064a8
parent461fc4de6a0434d7fc8c3ef53b25a4e51db69829
flow.c (tidy_fallthru_edges): Don't combine complex edges.

        * flow.c (tidy_fallthru_edges): Don't combine complex edges.
        (calculate_global_regs_live): Kill call-clobbered registers
        across exception edges.
        * reg-stack.c (convert_regs_1): Kill the entire target stack
        across non-call exception edges.

From-SVN: r40909
gcc/ChangeLog
gcc/flow.c
gcc/reg-stack.c