aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-06-22 15:11:07 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-06-22 15:11:07 +0000
commit3b9cd5c8c1ce29f3ca9d0620ad5ecae4cd25d142 (patch)
treee5c3951527d48a5cce6250d61c8d2aa2bf347c21 /gcc
parent5055d3a3e8610a10d14db05d931c991df5adcfb4 (diff)
downloadgcc-3b9cd5c8c1ce29f3ca9d0620ad5ecae4cd25d142.zip
gcc-3b9cd5c8c1ce29f3ca9d0620ad5ecae4cd25d142.tar.gz
gcc-3b9cd5c8c1ce29f3ca9d0620ad5ecae4cd25d142.tar.bz2
* doc/rtl.texi: Fix the @findex for pre_modify.
From-SVN: r68333
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/rtl.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9224fb1..b7c48d4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
+
+ * doc/rtl.texi: Fix the @findex for pre_modify.
+
2003-06-22 Andreas Jaeger <aj@suse.de>
* caller-save.c: Convert to ISO C90.
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi
index 0ad9150..a0c6555 100644
--- a/gcc/doc/rtl.texi
+++ b/gcc/doc/rtl.texi
@@ -2769,7 +2769,7 @@ Here is an example of its use:
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