diff options
Diffstat (limited to 'gcc/insn-notes.def')
-rw-r--r-- | gcc/insn-notes.def | 7 |
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 |