From c0cb30e088ea7957249ade4c4ac70e2cb6e86a09 Mon Sep 17 00:00:00 2001 From: rsandifo Date: Wed, 3 Sep 2014 18:43:29 +0000 Subject: [PATCH] gcc/ * doc/rtl.texi (RTX_AUTOINC): Document that the first operand is the automodified register. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214890 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/rtl.texi | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d248a107b6f5..ce38dbac6289 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-09-03 Richard Sandiford + + * doc/rtl.texi (RTX_AUTOINC): Document that the first operand is + the automodified register. + 2014-09-03 Richard Sandiford * output.h (get_some_local_dynamic_name): Declare. diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 605a5a18734d..44170d2570dc 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -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 -- 2.47.2