r235520 - in /trunk/gcc: ChangeLog rtl.def
dmalcolm@gcc.gnu.org
dmalcolm@gcc.gnu.org
Wed Apr 27 17:54:00 GMT 2016
Author: dmalcolm
Date: Wed Apr 27 17:54:42 2016
New Revision: 235520
URL: https://gcc.gnu.org/viewcvs?rev=235520&root=gcc&view=rev
Log:
Fix comment in rtl.def
Commit r210360 removed the first "i" field from the various instruction
nodes in rtx.def, moving it to an explicit "int insn_uid;" field
of the union "u2" within rtx_def.
Update the comment in rtl.def to reflect this change. Also, fix
a stray apostrophe.
gcc/ChangeLog:
* rtl.def: Update comment for "things in the instruction chain" to
reflect the removal of the leading "i" field for INSN_UID in
r210360. Fix bogus apostrophe.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/rtl.def
More information about the Gcc-cvs
mailing list