Commit 3b9cd5c8 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r68333
parent 5055d3a3
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> 2003-06-22 Andreas Jaeger <aj@suse.de>
* caller-save.c: Convert to ISO C90. * caller-save.c: Convert to ISO C90.
......
...@@ -2769,7 +2769,7 @@ Here is an example of its use: ...@@ -2769,7 +2769,7 @@ Here is an example of its use:
This says to modify pseudo register 42 by adding the contents of pseudo 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. 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}) @item (pre_modify:@var{m} @var{x} @var{expr})
Similar except side effects happen before the use. Similar except side effects happen before the use.
@end table @end table
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment