From: Joseph Myers Date: Wed, 14 Jul 1999 23:27:02 +0000 (-0600) Subject: * invoke.texi: Typo fixes. X-Git-Tag: prereleases/gcc-2.95-test~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce42415282fdbde5819ce3b6d3c0684199272741;p=thirdparty%2Fgcc.git * invoke.texi: Typo fixes. From-SVN: r28106 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4fa01eb3d1d4..d787e938216a 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 29a67a24af55..33417ab1a205 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -2469,7 +2469,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 @@ -2486,7 +2486,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