]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* invoke.texi: Typo fixes.
authorJoseph Myers <jsm28@cam.ac.uk>
Wed, 14 Jul 1999 23:27:02 +0000 (17:27 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 14 Jul 1999 23:27:02 +0000 (17:27 -0600)
From-SVN: r28106

gcc/ChangeLog
gcc/invoke.texi

index 4fa01eb3d1d420952c8273e1e19aa51a4ba1abc0..d787e938216a3efa7afa16783b0c5130f59fdc78 100644 (file)
@@ -1,3 +1,7 @@
+1999-07-12  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * 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
index 29a67a24af558a047294f47d0f2f7a9fed6ea038..33417ab1a20588d2c8294e6ea3b4126989107096 100644 (file)
@@ -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