OSDN Git Service

* rtl.c (note_insn_name): Add NOTE_DISABLE_SCHED_OF_BLOCK.
[pf3gnuchains/gcc-fork.git] / gcc / rtl.c
index 7de4b90..5082050 100644 (file)
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -116,6 +116,7 @@ const char * const note_insn_name[NOTE_INSN_MAX - NOTE_INSN_BIAS] =
   "NOTE_INSN_BLOCK_BEG", "NOTE_INSN_BLOCK_END",
   "NOTE_INSN_LOOP_BEG", "NOTE_INSN_LOOP_END",
   "NOTE_INSN_LOOP_CONT", "NOTE_INSN_LOOP_VTOP",
+  "NOTE_DISABLE_SCHED_OF_BLOCK",
   "NOTE_INSN_FUNCTION_END",
   "NOTE_INSN_PROLOGUE_END", "NOTE_INSN_EPILOGUE_BEG",
   "NOTE_INSN_DELETED_LABEL", "NOTE_INSN_FUNCTION_BEG",