Skip to content

Commit

Permalink
rtl.texi (RTX_AUTOINC): Document that the first operand is the automo…
Browse files Browse the repository at this point in the history
…dified register.

gcc/
	* doc/rtl.texi (RTX_AUTOINC): Document that the first operand is
	the automodified register.

From-SVN: r214890
  • Loading branch information
rsandifo authored and Richard Sandiford committed Sep 3, 2014
1 parent 4fbca4b commit 64e0418
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-09-03 Richard Sandiford <[email protected]>

* doc/rtl.texi (RTX_AUTOINC): Document that the first operand is
the automodified register.

2014-09-03 Richard Sandiford <[email protected]>

* output.h (get_some_local_dynamic_name): Declare.
Expand Down
3 changes: 2 additions & 1 deletion gcc/doc/rtl.texi
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ An RTX code for something that matches in insns, such as

@item RTX_AUTOINC
An RTX code for an auto-increment addressing mode, such as
@code{POST_INC}.
@code{POST_INC}. @samp{XEXP (@var{x}, 0)} gives the auto-modified
register.

@item RTX_EXTRA
All other RTX codes. This category includes the remaining codes used
Expand Down

0 comments on commit 64e0418

Please sign in to comment.