aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorTurly O'Connor <turly@apple.com>2001-12-20 14:39:53 +0000
committerTurly O'Connor <turly@gcc.gnu.org>2001-12-20 14:39:53 +0000
commit37bef19770233ab36b2a61ce3c33febf83f17734 (patch)
tree88f09a1cd900a2bb06d988012872d92d70baa633 /gcc/doc
parent76eceb1ec3e8f329a52e588e406a03ddf51e2103 (diff)
downloadgcc-37bef19770233ab36b2a61ce3c33febf83f17734.zip
gcc-37bef19770233ab36b2a61ce3c33febf83f17734.tar.gz
gcc-37bef19770233ab36b2a61ce3c33febf83f17734.tar.bz2
tm.texi (ASM_OUTPUT_OPERAND): Change documentation references to "recog_operand" to "recog_data.operand".
* tm.texi (ASM_OUTPUT_OPERAND): Change documentation references to "recog_operand" to "recog_data.operand". * rtl.def: Likewise. From-SVN: r48202
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 7f55142..b62e33a 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -6781,9 +6781,9 @@ that includes @samp{%}-sequences to substitute operands, you must take
care of the substitution yourself. Just be sure to increment
@var{ptr} over whatever text should not be output normally.
-@findex recog_operand
+@findex recog_data.operand
If you need to look at the operand values, they can be found as the
-elements of @code{recog_operand}.
+elements of @code{recog_data.operand}.
If the macro definition does nothing, the instruction is output
in the usual way.