rtl.texi (RTX_AUTOINC): Document that the first operand is the automodified register.
authorRichard Sandiford <rdsandiford@googlemail.com>
Wed, 3 Sep 2014 18:43:29 +0000 (18:43 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 3 Sep 2014 18:43:29 +0000 (18:43 +0000)
gcc/
* doc/rtl.texi (RTX_AUTOINC): Document that the first operand is
the automodified register.

From-SVN: r214890

gcc/ChangeLog
gcc/doc/rtl.texi

index d248a107b6f5ec747cd325aa645655b39e7d287e..ce38dbac628989fb3b13b0adf9e669eb85deb81f 100644 (file)
@@ -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.
index 605a5a18734d01c8a3ef1fa1b2878222f0a7cc13..44170d2570dc3dcc624b28008fc203ee7ecfc2ca 100644 (file)
@@ -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