This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] rtl.texi: Fix the @findex for pre_modify.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sun, 22 Jun 2003 11:11:24 -0400 (EDT)
- Subject: [patch] rtl.texi: Fix the @findex for pre_modify.
Hi,
Attached is a patch to fix the @findex for pre_modify.
Committed to both 3.3 branch and mainline as obvious.
Kazu Hirata
2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
* doc/rtl.texi: Fix the @findex for pre_modify.
Index: rtl.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/rtl.texi,v
retrieving revision 1.57
diff -u -r1.57 rtl.texi
--- rtl.texi 30 May 2003 19:50:02 -0000 1.57
+++ rtl.texi 22 Jun 2003 15:06:42 -0000
@@ -2769,7 +2769,7 @@
This says to modify pseudo register 42 by adding the contents of pseudo
register 48 to it, after the use of what ever 42 points to.
-@findex post_modify
+@findex pre_modify
@item (pre_modify:@var{m} @var{x} @var{expr})
Similar except side effects happen before the use.
@end table