From 3b9cd5c8c1ce29f3ca9d0620ad5ecae4cd25d142 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 22 Jun 2003 15:11:07 +0000 Subject: * doc/rtl.texi: Fix the @findex for pre_modify. From-SVN: r68333 --- gcc/doc/rtl.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc/rtl.texi') 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 -- cgit v1.1