invoke.texi: Typo fixes.

�
	* invoke.texi: Typo fixes.

From-SVN: r28107
This commit is contained in:
Joseph Myers 1999-07-14 17:27:35 -06:00 committed by Jeff Law
parent 40c0c3cf73
commit 1bd31d5678
2 changed files with 6 additions and 2 deletions

View 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

View File

@ -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