Commit 2e0ea515 by Kazu Hirata Committed by Kazu Hirata

params.def: Fix a typo.

	* params.def: Fix a typo.
	* config/mips/mips.c: Follow the spelling convensions.
	* doc/invoke.texi: Fix typos.

From-SVN: r96944
parent 251c9c81
2005-03-23 Kazu Hirata <kazu@cs.umass.edu>
* params.def: Fix a typo.
* config/mips/mips.c: Follow the spelling convensions.
* doc/invoke.texi: Fix typos.
2005-03-18 Dale Johannese <dalej@apple.com> 2005-03-18 Dale Johannese <dalej@apple.com>
* cp/tree.c (cp_tree_equal): Handle SSA_NAME. * cp/tree.c (cp_tree_equal): Handle SSA_NAME.
......
...@@ -9193,7 +9193,7 @@ mips_matching_cpu_name_p (const char *canonical, const char *given) ...@@ -9193,7 +9193,7 @@ mips_matching_cpu_name_p (const char *canonical, const char *given)
/* Return the mips_cpu_info entry for the processor or ISA given /* Return the mips_cpu_info entry for the processor or ISA given
by CPU_STRING. Return null if the string isn't recognised. by CPU_STRING. Return null if the string isn't recognized.
A similar function exists in GAS. */ A similar function exists in GAS. */
......
...@@ -5572,12 +5572,12 @@ default value is 450. ...@@ -5572,12 +5572,12 @@ default value is 450.
@item inline-call-cost @item inline-call-cost
Specify cost of call instruction relative to simple arithmetics operations Specify cost of call instruction relative to simple arithmetics operations
(having cost of 1). Increasing this cost disqualify inlinining of non-leaf (having cost of 1). Increasing this cost disqualifies inlining of non-leaf
functions and at same time increase size of leaf function that is believed to functions and at the same time increases size of leaf function that is believed to
reduce function size by being inlined. In effect it increase amount of reduce function size by being inlined. In effect it increases amount of
inlining for code having large abstraction penalty (many functions that just inlining for code having large abstraction penalty (many functions that just
pass the argumetns to other functions) and decrease inlining for code with low pass the arguments to other functions) and decrease inlining for code with low
abstraction penalty. Default value is 16. abstraction penalty. The default value is 16.
@item max-unrolled-insns @item max-unrolled-insns
The maximum number of instructions that a loop should have if that loop The maximum number of instructions that a loop should have if that loop
......
...@@ -158,7 +158,7 @@ DEFPARAM(PARAM_INLINE_UNIT_GROWTH, ...@@ -158,7 +158,7 @@ DEFPARAM(PARAM_INLINE_UNIT_GROWTH,
50, 0, 0) 50, 0, 0)
DEFPARAM(PARAM_INLINE_CALL_COST, DEFPARAM(PARAM_INLINE_CALL_COST,
"inline-call-cost", "inline-call-cost",
"expense of call operation relative to ordinary aritmetic operations", "expense of call operation relative to ordinary arithmetic operations",
16, 0, 0) 16, 0, 0)
/* The GCSE optimization will be disabled if it would require /* The GCSE optimization will be disabled if it would require
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment