Small patch for extend.texi
Andreas Jaeger
aj@suse.de
Wed Apr 26 05:12:00 GMT 2000
I've found one "and" too many in extend.texi.
Ok, to commit this?
Andreas
2000-04-26 Andreas Jaeger <aj@suse.de>
* extend.texi (Function Attributes): Fix description of pure
attribute.
============================================================
Index: gcc/extend.texi
--- gcc/extend.texi 2000/04/18 18:59:10 1.50
+++ gcc/extend.texi 2000/04/26 12:08:58
@@ -1382,7 +1382,7 @@
@cindex @code{pure} function attribute
@item pure
Many functions have no effects except the return value and their
-return value and depends only on the parameters and/or global variables.
+return value depends only on the parameters and/or global variables.
Such a function can be subject
to common subexpression elimination and loop optimization just as an
arithmetic operator would be. These functions should be declared
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.rhein-neckar.de
More information about the Gcc-patches
mailing list