OSDN Git Service

* reorg.c (dbr_schedule): At end of this pass, add REG_BR_PRED
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Sep 1997 07:14:07 +0000 (07:14 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Sep 1997 07:14:07 +0000 (07:14 +0000)
commit4816399963ee82660f4e818a049d4f16d09aa64d
treebacbc60b12bc81575fde04ef6114280a5e5fbc54
parentf71e5a0252c18f3d2f112e4396e7d57d127df1d1
    * reorg.c (dbr_schedule): At end of this pass, add REG_BR_PRED
        note holding get_jump_flags() calculation to all JUMP_INSNs.
        * rtl.h (enum reg_note): New note types REG_BR_PRED and REG_SAVE_AREA.
        * rtl.c (reg_note_name): Add new note types.

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