Commit a2fe1975 by James E Wilson Committed by Jim Wilson

Fix typo reported by Kai Henningsen.

	* reg-notes.def (REG_NOTE): In comment, change DEF_INSN_NOTE to
	DEF_REG_NOTE.

From-SVN: r86465
parent 5f0ae953
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> 2004-08-23 Mark Mitchell <mark@codesourcery.com>
PR c/14492 PR c/14492
......
...@@ -21,7 +21,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -21,7 +21,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
/* This file defines all the codes that may appear on individual /* 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 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 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. */ /* Shorthand. */
#define REG_NOTE(NAME) DEF_REG_NOTE (REG_##NAME) #define REG_NOTE(NAME) DEF_REG_NOTE (REG_##NAME)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment