Commit 67018619 by Paolo Carlini Committed by Paolo Carlini

re PR driver/42463 (A typo with "estimated" word in gcc-4.5-b20091203.pot file)

2009-12-22  Paolo Carlini  <paolo.carlini@oracle.com>

	PR driver/42463
	* params.def ([PARAM_PREDICTABLE_BRANCH_OUTCOME]): Fix typo in
	help string.

	* doc/invoke.texi: Fix typo.

From-SVN: r155400
parent 5dd65e22
2009-12-22 Paolo Carlini <paolo.carlini@oracle.com>
PR driver/42463
* params.def ([PARAM_PREDICTABLE_BRANCH_OUTCOME]): Fix typo in
help string.
* doc/invoke.texi: Fix typo.
2009-12-22 Paul Brook <paul@codesourcery.com> 2009-12-22 Paul Brook <paul@codesourcery.com>
* doc/tm.texi (ARG_POINTER_CFA_OFFSET): Document new default. * doc/tm.texi (ARG_POINTER_CFA_OFFSET): Document new default.
...@@ -7897,7 +7897,7 @@ to the hottest structure frequency in the program is less than this ...@@ -7897,7 +7897,7 @@ to the hottest structure frequency in the program is less than this
parameter, then structure reorganization is not applied to this structure. parameter, then structure reorganization is not applied to this structure.
The default is 10. The default is 10.
@item predictable-branch-cost-outcome @item predictable-branch-outcome
When branch is predicted to be taken with probability lower than this threshold When branch is predicted to be taken with probability lower than this threshold
(in percent), then it is considered well predictable. The default is 10. (in percent), then it is considered well predictable. The default is 10.
......
...@@ -52,7 +52,7 @@ DEFPARAM (PARAM_STRUCT_REORG_COLD_STRUCT_RATIO, ...@@ -52,7 +52,7 @@ DEFPARAM (PARAM_STRUCT_REORG_COLD_STRUCT_RATIO,
threshold (in percent), then it is considered well predictable. */ threshold (in percent), then it is considered well predictable. */
DEFPARAM (PARAM_PREDICTABLE_BRANCH_OUTCOME, DEFPARAM (PARAM_PREDICTABLE_BRANCH_OUTCOME,
"predictable-branch-outcome", "predictable-branch-outcome",
"Maximal esitmated outcome of branch considered predictable", "Maximal estimated outcome of branch considered predictable",
2, 0, 50) 2, 0, 50)
/* The single function inlining limit. This is the maximum size /* The single function inlining limit. This is the maximum size
......
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