rtl.texi (RTX_AUTOINC): Document that the first operand is the automodified register.
gcc/ * doc/rtl.texi (RTX_AUTOINC): Document that the first operand is the automodified register. From-SVN: r214890
This commit is contained in:
parent
4fbca4ba44
commit
64e04187a1
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-09-03 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* doc/rtl.texi (RTX_AUTOINC): Document that the first operand is
|
||||
the automodified register.
|
||||
|
||||
2014-09-03 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* output.h (get_some_local_dynamic_name): Declare.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue