Skip to content
Snippets Groups Projects
Commit e306693a authored by David Malcolm's avatar David Malcolm Committed by David Malcolm
Browse files

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
parent 3d2795a0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment