From fa151acf6d05dda7cb79e749aa4dcf2ff0f0c385 Mon Sep 17 00:00:00 2001
From: Toon Moene <toon@moene.indiv.nluug.nl>
Date: Fri, 17 Sep 2004 17:51:58 +0200
Subject: [PATCH] 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
---
 gcc/ChangeLog       | 5 +++++
 gcc/doc/invoke.texi | 9 ---------
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 193b083fb64f..e76f92209a67 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 d508c609cf10..fae30188b20b 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
-- 
GitLab