diff options
author | Toon Moene <toon@moene.indiv.nluug.nl> | 2004-09-17 17:51:58 +0200 |
---|---|---|
committer | Toon Moene <toon@gcc.gnu.org> | 2004-09-17 15:51:58 +0000 |
commit | fa151acf6d05dda7cb79e749aa4dcf2ff0f0c385 (patch) | |
tree | dea33bdfa13cdf3896102f804f09bff0e55c6eff /gcc/doc | |
parent | a5fbe527f475516c07fd97d45a2a2f16350c39fd (diff) | |
download | gcc-fa151acf6d05dda7cb79e749aa4dcf2ff0f0c385.zip gcc-fa151acf6d05dda7cb79e749aa4dcf2ff0f0c385.tar.gz gcc-fa151acf6d05dda7cb79e749aa4dcf2ff0f0c385.tar.bz2 |
invoke.texi: Remove stray explanation on -freduce-all-givs and -fmove-all-movables.
2004-09-17 Toon Moene <toon@moene.indiv.nluug.nl>
* doc/invoke.texi: Remove stray explanation on
-freduce-all-givs and -fmove-all-movables.
From-SVN: r87651
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index d508c60..fae30188 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -4718,15 +4718,6 @@ memory to improve the performance of loops that access large arrays. These options may generate better or worse code; results are highly dependent on the structure of loops within the source code. -These two options are intended to be removed someday, once -they have helped determine the efficacy of various -approaches to improving loop optimizations. - -Please contact @w{@email{gcc@@gcc.gnu.org}}, and describe how use of -these options affects the performance of your production code. -Examples of code that runs @emph{slower} when these options are -@emph{enabled} are very valuable. - @item -fno-peephole @itemx -fno-peephole2 @opindex fno-peephole |