aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1992-09-19 15:54:05 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1992-09-19 15:54:05 -0400
commit8cfef35ae2d5ef34d3d8df10a1f244036163e0b6 (patch)
tree03664be06a892e39c212eaa05011e41633973b5d /gcc/rtl.c
parent1a26b032d0adf5fc3e1f68c763eed4f304e1941f (diff)
downloadgcc-8cfef35ae2d5ef34d3d8df10a1f244036163e0b6.zip
gcc-8cfef35ae2d5ef34d3d8df10a1f244036163e0b6.tar.gz
gcc-8cfef35ae2d5ef34d3d8df10a1f244036163e0b6.tar.bz2
(note_insn_name): Fix typo: had NOT_INSN_DELETED_LABEL.
From-SVN: r2183
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index 2b6fcd5..9bb704c 100644
--- 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",