aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>1999-07-14 17:27:35 -0600
committerJeff Law <law@gcc.gnu.org>1999-07-14 17:27:35 -0600
commit1bd31d5678ca584bdca88530b75c3fe43b3a8174 (patch)
tree35f9b635d61c1a4a415cd4c2ffedc786347d372b /gcc
parent40c0c3cf73f72f33767cfe1d35c82a2533667ba3 (diff)
downloadgcc-1bd31d5678ca584bdca88530b75c3fe43b3a8174.zip
gcc-1bd31d5678ca584bdca88530b75c3fe43b3a8174.tar.gz
gcc-1bd31d5678ca584bdca88530b75c3fe43b3a8174.tar.bz2
invoke.texi: Typo fixes.
� * invoke.texi: Typo fixes. From-SVN: r28107
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/invoke.texi4
2 files changed, 6 insertions, 2 deletions
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 <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
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