aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
authorZack Weinberg <zack@codesourcery.com>2004-08-18 22:31:03 +0000
committerZack Weinberg <zack@codesourcery.com>2004-08-18 22:31:03 +0000
commitb8dc49c471b79731daac6f263d763032b2750de8 (patch)
tree990ecf95198d77226788bade820093b68e1f298a /gcc/final.c
parent9afc0de1c1309022a8b0b18f324355e06155604c (diff)
* insn-notes.def, reg-notes.def: New files.
* rtl.h: Use them to define enum insn_note and enum reg_note. * rtl.c: Use them to define note_insn_name and reg_note_name. * modulo-sched.c, sched-rgn.c, final.c: NOTE_DISABLE_SCHED_OF_BLOCK renamed to NOTE_INSN_DISABLE_SCHED_OF_BLOCK. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@86212 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/final.c')
-rw-r--r--gcc/final.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c
index 4f5d824fed1..fd631ca6cca 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -1704,7 +1704,7 @@ final_scan_insn (rtx insn, FILE *file, int optimize ATTRIBUTE_UNUSED,
case NOTE_INSN_FUNCTION_END:
case NOTE_INSN_REPEATED_LINE_NUMBER:
case NOTE_INSN_EXPECTED_VALUE:
- case NOTE_DISABLE_SCHED_OF_BLOCK:
+ case NOTE_INSN_DISABLE_SCHED_OF_BLOCK:
break;
case NOTE_INSN_UNLIKELY_EXECUTED_CODE: