diff options
author | Steven Bosscher <stevenb@suse.de> | 2004-08-14 23:26:16 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2004-08-14 23:26:16 +0000 |
commit | 254b17dd39219dda1325c61fff12d2fec5d3fc3a (patch) | |
tree | 3b1543dc8a5a10cf53f75a0da370c51cdda12402 /gcc/rtl.c | |
parent | a5252c84a59a7c88cab7160a2bdb1b69b34abc73 (diff) | |
download | gcc-254b17dd39219dda1325c61fff12d2fec5d3fc3a.zip gcc-254b17dd39219dda1325c61fff12d2fec5d3fc3a.tar.gz gcc-254b17dd39219dda1325c61fff12d2fec5d3fc3a.tar.bz2 |
* rtl.c (note_insn_name): Add NOTE_DISABLE_SCHED_OF_BLOCK.
From-SVN: r86011
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r-- | gcc/rtl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |