From 1bd31d5678ca584bdca88530b75c3fe43b3a8174 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 14 Jul 1999 17:27:35 -0600 Subject: invoke.texi: Typo fixes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit � * invoke.texi: Typo fixes. From-SVN: r28107 --- gcc/ChangeLog | 4 ++++ gcc/invoke.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d854d08..4f72cdb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +1999-07-12 Joseph S. Myers + + * invoke.texi: Typo fixes. + Wed Jul 14 23:28:06 1999 Jeffrey A Law (law@cygnus.com) * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 4f5c2ee..41cd241 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -2475,7 +2475,7 @@ default. @item -funroll-loops Perform the optimization of loop unrolling. This is only done for loops whose number of iterations can be determined at compile time or run time. -@samp{-funroll-loop} implies both @samp{-fstrength-reduce} and +@samp{-funroll-loops} implies both @samp{-fstrength-reduce} and @samp{-frerun-cse-after-loop}. @item -funroll-all-loops @@ -2492,7 +2492,7 @@ Forces all general-induction variables in loops to be strength-reduced. @emph{Note:} When compiling programs written in Fortran, -@samp{-fmove-all-moveables} and @samp{-freduce-all-givs} are enabled +@samp{-fmove-all-movables} and @samp{-freduce-all-givs} are enabled by default when you use the optimizer. These options may generate better or worse code; results are highly -- cgit v1.1