aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E Wilson <wilson@specifixinc.com>2004-08-24 05:14:07 +0000
committerJim Wilson <wilson@gcc.gnu.org>2004-08-23 22:14:07 -0700
commita2fe197507e63ad24e6ed4f0532b73fa93e40c95 (patch)
tree16a2ad41c290aa22654f4f23087ee982f2c63ec9
parent5f0ae953a99f831c39c741ec1233f030eb6d6d90 (diff)
downloadgcc-a2fe197507e63ad24e6ed4f0532b73fa93e40c95.zip
gcc-a2fe197507e63ad24e6ed4f0532b73fa93e40c95.tar.gz
gcc-a2fe197507e63ad24e6ed4f0532b73fa93e40c95.tar.bz2
Fix typo reported by Kai Henningsen.
* reg-notes.def (REG_NOTE): In comment, change DEF_INSN_NOTE to DEF_REG_NOTE. From-SVN: r86465
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/reg-notes.def2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 89100e9..26b0e42 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-23 James E Wilson <wilson@specifixinc.com>
+
+ * reg-notes.def (REG_NOTE): In comment, change DEF_INSN_NOTE to
+ DEF_REG_NOTE.
+
2004-08-23 Mark Mitchell <mark@codesourcery.com>
PR c/14492
diff --git a/gcc/reg-notes.def b/gcc/reg-notes.def
index cb0343f..8032516 100644
--- a/gcc/reg-notes.def
+++ b/gcc/reg-notes.def
@@ -21,7 +21,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
/* This file defines all the codes that may appear on individual
EXPR_LIST rtxes in the REG_NOTES chain of an insn. The codes are
stored in the mode field of the EXPR_LIST. Source files define
- DEF_INSN_NOTE appropriately before including this file. */
+ DEF_REG_NOTE appropriately before including this file. */
/* Shorthand. */
#define REG_NOTE(NAME) DEF_REG_NOTE (REG_##NAME)