OSDN Git Service

Fri Oct 9 15:57:51 1998 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Oct 1998 15:58:37 +0000 (15:58 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Oct 1998 15:58:37 +0000 (15:58 +0000)
commitcfc185a4caa36029674ec56b1fb00deecee1166e
treefa9bb28c5cf8b2b939742450c2f04b3f3738d4db
parent86cde393d905d784e6808e01d199675dfa3d6fcd
Fri Oct  9 15:57:51 1998  Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
        * flow.c (life_analysis_1): Break out some functions.
        (find_basic_blocks_1): Likewise.  Also move some variables out and
        make them static.
        Rename NONLOCAL_LABEL_LIST arg to NONLOCAL_LABELS and initialize
        new static var nonlocal_label_list with it.
        (active_eh_region, nested_eh_region, label_value_list,
        nonlocal_label_list): New static variables.
        (make_edges, delete_unreachable_blocks, delete_block): New static
        functions, broken out of find_basic_blocks_1.
        (record_volatile_insns, mark_regs_live_at_end, set_noop_p,
        noop_move_p): New static functions, broken out of life_analysis_1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22963 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/flow.c