]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix comment in rtl.def
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 27 Apr 2016 17:54:42 +0000 (17:54 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Wed, 27 Apr 2016 17:54:42 +0000 (17:54 +0000)
commite306693a820abb242c4ccfce28bbd0f9cec7bda9
tree32e63cd9a38b67386346a0de816acec08a99d017
parent3d2795a030d9d0e31fc0834448cf0aad7c8c3536
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.

From-SVN: r235520
gcc/ChangeLog
gcc/rtl.def