* doc/rtl.texi: Fix the @findex for pre_modify.

From-SVN: r68333
This commit is contained in:
Kazu Hirata 2003-06-22 15:11:07 +00:00 committed by Kazu Hirata
parent 5055d3a3e8
commit 3b9cd5c8c1
2 changed files with 5 additions and 1 deletions

View 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.

View 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