(note_insn_name): Fix typo: had NOT_INSN_DELETED_LABEL.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 19 Sep 1992 19:54:05 +0000 (15:54 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 19 Sep 1992 19:54:05 +0000 (15:54 -0400)
From-SVN: r2183

gcc/rtl.c

index 2b6fcd5f694c92fca1e64ea2cb9bef5599596308..9bb704c4fceca8bdd8784272889a75a4fbb0c6de 100644 (file)
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -175,7 +175,7 @@ char *note_insn_name[] = { "NOTE_INSN_FUNCTION_BEG", "NOTE_INSN_DELETED",
                           "NOTE_INSN_FUNCTION_END", "NOTE_INSN_SETJMP",
                           "NOTE_INSN_LOOP_CONT", "NOTE_INSN_LOOP_VTOP",
                           "NOTE_INSN_PROLOGUE_END", "NOTE_INSN_EPILOGUE_BEG",
-                          "NOT_INSN_DELETED_LABEL"};
+                          "NOTE_INSN_DELETED_LABEL"};
 
 char *reg_note_name[] = { "", "REG_DEAD", "REG_INC", "REG_EQUIV", "REG_WAS_0",
                          "REG_EQUAL", "REG_RETVAL", "REG_LIBCALL",