Commit a9d5227c by Martin Liska Committed by Martin Liska

Fix a plural in a param description.

2019-05-10  Martin Liska  <mliska@suse.cz>

	* params.def (PARAM_GIMPLE_FE_COMPUTED_HOT_BB_THRESHOLD):
	Fix plural form.

From-SVN: r271060
parent 425f5fd4
2019-05-10 Martin Liska <mliska@suse.cz>
* params.def (PARAM_GIMPLE_FE_COMPUTED_HOT_BB_THRESHOLD):
Fix plural form.
2019-05-10 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/90385
......
......@@ -1436,7 +1436,7 @@ DEFPARAM(PARAM_LOOP_VERSIONING_MAX_OUTER_INSNS,
DEFPARAM(PARAM_GIMPLE_FE_COMPUTED_HOT_BB_THRESHOLD,
"gimple-fe-computed-hot-bb-threshold",
"The number of executions of a basic block which is considered hot."
" The parameters is used only in GIMPLE FE.",
" The parameter is used only in GIMPLE FE.",
0, 0, 0)
/*
......
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