summaryrefslogtreecommitdiffstats
path: root/gcc/insn-notes.def
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-24 16:46:32 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-24 16:46:32 +0000
commit7562ed74219c1160afbc9331b2512062af969495 (patch)
treea8c706cf283c42d5d4e89608fbc473e943519e99 /gcc/insn-notes.def
parent9d138f4752f20f04250a2b44e5cfc9afbc24f3cb (diff)
downloadppe42-gcc-7562ed74219c1160afbc9331b2512062af969495.tar.gz
ppe42-gcc-7562ed74219c1160afbc9331b2512062af969495.zip
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86495 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/insn-notes.def')
-rw-r--r--gcc/insn-notes.def7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/insn-notes.def b/gcc/insn-notes.def
index 3b164e8629e..44dbb20d525 100644
--- a/gcc/insn-notes.def
+++ b/gcc/insn-notes.def
@@ -98,11 +98,4 @@ INSN_NOTE (BASIC_BLOCK)
this a bit on the basic block structure. */
INSN_NOTE (UNLIKELY_EXECUTED_CODE)
-/* Mark that a block shouldn't be scheduled. This is currently used
- in modulo scheduling. Modulo scheduling adds this note to the
- blocks of the modulo-scheduled loops to disable scheduling them in
- the later traditional scheduling passes. FIXME: Make this a bit on
- the basic block structure. */
-INSN_NOTE (DISABLE_SCHED_OF_BLOCK)
-
#undef INSN_NOTE
OpenPOWER on IntegriCloud