OSDN Git Service

Fix typo reported by Kai Henningsen.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Aug 2004 05:14:07 +0000 (05:14 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Aug 2004 05:14:07 +0000 (05:14 +0000)
* reg-notes.def (REG_NOTE): In comment, change DEF_INSN_NOTE to
DEF_REG_NOTE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86465 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/reg-notes.def

index 89100e9..26b0e42 100644 (file)
@@ -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
 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
 
        PR c/14492
index cb0343f..8032516 100644 (file)
@@ -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
 /* 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)
 
 /* Shorthand.  */
 #define REG_NOTE(NAME) DEF_REG_NOTE (REG_##NAME)