projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5055d3a
)
* doc/rtl.texi: Fix the @findex for pre_modify.
author
Kazu Hirata
<kazu@cs.umass.edu>
Sun, 22 Jun 2003 15:11:07 +0000
(15:11 +0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Sun, 22 Jun 2003 15:11:07 +0000
(15:11 +0000)
From-SVN: r68333
gcc/ChangeLog
patch
|
blob
|
history
gcc/doc/rtl.texi
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 9224fb1d852b10cd5af8b446146bbcd5052710d1..b7c48d4077eac251d30403a0425e599797924c47 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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.
diff --git
a/gcc/doc/rtl.texi
b/gcc/doc/rtl.texi
index 0ad91508b34b1d1cb69821b88a5bc8a95bbe822c..a0c655576224b9414b1c7e5d15df6bdcc81ee18b 100644
(file)
--- 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 p
ost
_modify
+@findex p
re
_modify
@item (pre_modify:@var{m} @var{x} @var{expr})
Similar except side effects happen before the use.
@end table