* rtl.c (note_insn_name): Add NOTE_DISABLE_SCHED_OF_BLOCK.
authorSteven Bosscher <stevenb@suse.de>
Sat, 14 Aug 2004 23:26:16 +0000 (23:26 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Sat, 14 Aug 2004 23:26:16 +0000 (23:26 +0000)
From-SVN: r86011

gcc/ChangeLog
gcc/rtl.c

index 0e731c0bbc1803212cd6c204c5443df822018aee..43756b22e97b879ed3cde4c7de44fc577f98ea55 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-15  Steven Bosscher  <stevenb@suse.de>
+
+       * rtl.c (note_insn_name): Add NOTE_DISABLE_SCHED_OF_BLOCK.
+
 2004-08-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * fixinc/inclhack.def (stdio_va_list): Also fix com_err.h, cps.h,
index 7de4b90e671d2b20d882c78f2fdd74adcd502e06..5082050dd565b66735df3fffe608e826c0727354 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",