* doc/rtl.texi: Fix the @findex for pre_modify.
From-SVN: r68333
This commit is contained in:
parent
5055d3a3e8
commit
3b9cd5c8c1
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user