invoke.texi (Optimize Options): Replace "it's" with "its".

* doc/invoke.texi (Optimize Options): Replace "it's" with "its".
	(V850 Options): Spelling fixes.

From-SVN: r69627
This commit is contained in:
Ben Elliston 2003-07-21 11:10:22 +00:00 committed by Ben Elliston
parent cea949a61e
commit b222f49a4c
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2003-07-21 Ben Elliston <bje@wasabisystems.com>
* doc/invoke.texi (Optimize Options): Replace "it's" with "its".
(V850 Options): Spelling fixes.
2003-07-20 Lisa M. Goldstein <opus@gnu.org> 2003-07-20 Lisa M. Goldstein <opus@gnu.org>
* doc/invoke.texi: Fixes to style, grammar and diction. * doc/invoke.texi: Fixes to style, grammar and diction.

View File

@ -4724,7 +4724,7 @@ collection to occur at every opportunity.
@itemx reorder-blocks-duplicate-feedback @itemx reorder-blocks-duplicate-feedback
Used by basic block reordering pass to decide whether to use unconditional Used by basic block reordering pass to decide whether to use unconditional
branch or duplicate the code on it's destination. Code is duplicated when it's branch or duplicate the code on its destination. Code is duplicated when its
estimated size is smaller than this value multiplied by the estimated size of estimated size is smaller than this value multiplied by the estimated size of
unconditional jump in the hot spots of the program. unconditional jump in the hot spots of the program.
@ -9573,11 +9573,11 @@ option is on by default if you optimize.
@itemx -mprolog-function @itemx -mprolog-function
@opindex mno-prolog-function @opindex mno-prolog-function
@opindex mprolog-function @opindex mprolog-function
Do not use (do use) external functions to save and restore registers at Do not use (do use) external functions to save and restore registers
the prolog and epilog of a function. The external functions are slower, at the prologue and epilogue of a function. The external functions
but use less code space if more than one function saves the same number are slower, but use less code space if more than one function saves
of registers. The @option{-mprolog-function} option is on by default if the same number of registers. The @option{-mprolog-function} option
you optimize. is on by default if you optimize.
@item -mspace @item -mspace
@opindex mspace @opindex mspace