diff options
author | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-17 15:51:58 +0000 |
---|---|---|
committer | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-17 15:51:58 +0000 |
commit | 56d481a2dab42d4871bf54353c339f249ac84446 (patch) | |
tree | dea33bdfa13cdf3896102f804f09bff0e55c6eff | |
parent | f1d39dc5816925f814031871bf3ef48ec9403a43 (diff) | |
download | gcc-56d481a2dab42d4871bf54353c339f249ac84446.tar.gz |
2004-09-17 Toon Moene <toon@moene.indiv.nluug.nl>
* doc/invoke.texi: Remove stray explanation on
-freduce-all-givs and -fmove-all-movables.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87651 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 9 |
2 files changed, 5 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 193b083fb64..e76f92209a6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-09-17 Toon Moene <toon@moene.indiv.nluug.nl> + + * doc/invoke.texi: Remove stray explanation on + -freduce-all-givs and -fmove-all-movables. + 2004-09-17 James Morrison <phython@gcc.gnu.org> * doc/cfg.texi: Use @smallexample. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index d508c609cf1..fae30188b20 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 |