From a2fe197507e63ad24e6ed4f0532b73fa93e40c95 Mon Sep 17 00:00:00 2001 From: James E Wilson Date: Tue, 24 Aug 2004 05:14:07 +0000 Subject: [PATCH] Fix typo reported by Kai Henningsen. * reg-notes.def (REG_NOTE): In comment, change DEF_INSN_NOTE to DEF_REG_NOTE. From-SVN: r86465 --- gcc/ChangeLog | 5 +++++ gcc/reg-notes.def | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 89100e9e4aa..26b0e429123 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-08-23 James E Wilson + + * reg-notes.def (REG_NOTE): In comment, change DEF_INSN_NOTE to + DEF_REG_NOTE. + 2004-08-23 Mark Mitchell PR c/14492 diff --git a/gcc/reg-notes.def b/gcc/reg-notes.def index cb0343facd9..8032516bef6 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) -- 2.30.2