summaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-14 23:26:16 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-14 23:26:16 +0000
commit50721aa0f62d98dbf010d4ffc3e55768c4a1bcc2 (patch)
tree3b1543dc8a5a10cf53f75a0da370c51cdda12402 /gcc/rtl.c
parent65dc6e0c88a5eb4fedd10769e2b681e84f71df45 (diff)
downloadgcc-50721aa0f62d98dbf010d4ffc3e55768c4a1bcc2.tar.gz
* rtl.c (note_insn_name): Add NOTE_DISABLE_SCHED_OF_BLOCK.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86011 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index 7de4b90e671..5082050dd56 100644
--- 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",