summaryrefslogtreecommitdiff
path: root/gcc/reg-notes.def
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-24 05:14:07 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-24 05:14:07 +0000
commite2bb72c9f9cac1483d7de8a766ccb8881eb1745b (patch)
tree16a2ad41c290aa22654f4f23087ee982f2c63ec9 /gcc/reg-notes.def
parent5a8aa22c1713a5735bdaa6de8eb9b943d5ebe92e (diff)
downloadgcc-e2bb72c9f9cac1483d7de8a766ccb8881eb1745b.tar.gz
Fix typo reported by Kai Henningsen.
* 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
Diffstat (limited to 'gcc/reg-notes.def')
-rw-r--r--gcc/reg-notes.def2
1 files changed, 1 insertions, 1 deletions
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)