combine.c (refresh_blocks, [...]): New.
authorRichard Henderson <rth@cygnus.com>
Sun, 10 Oct 1999 23:34:17 +0000 (16:34 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 10 Oct 1999 23:34:17 +0000 (16:34 -0700)
commit715e7fbc831af02e80acc60be2fa19208ab62dfc
treeba7b0b84a68f9ed2f41f5b4352349cfa71aae6ad
parent07b983cd7142b619b990d572a89a3370ae12f7a6
combine.c (refresh_blocks, [...]): New.

        * combine.c (refresh_blocks, need_refresh): New.
        (combine_instructions): Allocate refresh_blocks.  Invoke
        update_life_info if needed.
        (distribute_notes): Mark refresh_blocks instead of installing
        USE insns.
        * flow.c (update_life_info): Remove notes if GLOBAL_RM_NOTES.
        * basic_block.h (enum update_life_extent): Add GLOBAL_RM_NOTES.

        * Makefile.in (recog.o): Depend on basic-block.h.

From-SVN: r29893
gcc/ChangeLog
gcc/Makefile.in
gcc/basic-block.h
gcc/combine.c
gcc/flow.c