* doc/rtl.texi: Fix the @findex for pre_modify.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 22 Jun 2003 15:11:07 +0000 (15:11 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 22 Jun 2003 15:11:07 +0000 (15:11 +0000)
From-SVN: r68333

gcc/ChangeLog
gcc/doc/rtl.texi

index 9224fb1d852b10cd5af8b446146bbcd5052710d1..b7c48d4077eac251d30403a0425e599797924c47 100644 (file)
@@ -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.
index 0ad91508b34b1d1cb69821b88a5bc8a95bbe822c..a0c655576224b9414b1c7e5d15df6bdcc81ee18b 100644 (file)
@@ -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