* reg-notes.def (REG_NOTE): In comment, change DEF_INSN_NOTE to
DEF_REG_NOTE.
From-SVN: r86465
+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
/* 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)