basic-block.h (struct basic_block_def): Reorder fields to eliminate interior padding.
* basic-block.h (struct basic_block_def): Reorder fields to eliminate interior padding. Remove 'partition' field. (BB_DISABLE_SCHEDULE, BB_HOT_PARTITION, BB_COLD_PARTITION) (BB_UNPARTITIONED, BB_PARTITION, BB_SET_PARTITION) (BB_COPY_PARTITION): New macros. * bb-reorder.c, cfgcleanup.c, cfglayout.c, cfgrtl.c, ifcvt.c Replace all references to the 'partition' field of a basic block with new macros. * insn-notes.def: Delete NOTE_INSN_DISABLE_SCHED_OF_BLOCK. * final.c (final_scan_insn): Don't handle it. * modulo-sched.c: Set BB_DISABLE_SCHEDULE flag on g->bb instead of emitting a NOTE_INSN_DISABLE_SCHED_OF_BLOCK note. * sched-rgn.c (sched_is_disabled_for_current_region_p): Look for a BB_DISABLE_SCHEDULE flag on the block instead of a note. From-SVN: r86495
Showing
- gcc/ChangeLog 19 additions, 1 deletiongcc/ChangeLog
- gcc/basic-block.h 24 additions, 21 deletionsgcc/basic-block.h
- gcc/bb-reorder.c 15 additions, 15 deletionsgcc/bb-reorder.c
- gcc/cfgcleanup.c 5 additions, 5 deletionsgcc/cfgcleanup.c
- gcc/cfglayout.c 3 additions, 3 deletionsgcc/cfglayout.c
- gcc/cfgrtl.c 27 additions, 23 deletionsgcc/cfgrtl.c
- gcc/final.c 0 additions, 1 deletiongcc/final.c
- gcc/ifcvt.c 2 additions, 1 deletiongcc/ifcvt.c
- gcc/insn-notes.def 0 additions, 7 deletionsgcc/insn-notes.def
- gcc/modulo-sched.c 1 addition, 2 deletionsgcc/modulo-sched.c
- gcc/sched-rgn.c 2 additions, 19 deletionsgcc/sched-rgn.c
Loading
Please register or sign in to comment