From: Kazu Hirata Date: Sun, 22 Jun 2003 15:11:07 +0000 (+0000) Subject: * doc/rtl.texi: Fix the @findex for pre_modify. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b9cd5c8c1ce29f3ca9d0620ad5ecae4cd25d142;p=gcc.git * doc/rtl.texi: Fix the @findex for pre_modify. From-SVN: r68333 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9224fb1d852..b7c48d4077e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-22 Kazu Hirata + + * doc/rtl.texi: Fix the @findex for pre_modify. + 2003-06-22 Andreas Jaeger * caller-save.c: Convert to ISO C90. diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 0ad91508b34..a0c65557622 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