I removed the only use of this param in
r16-348-gc14560907a9586. Remove
the param.
gcc/ChangeLog:
* doc/invoke.texi: Remove mention of switch-lower-slow-alg-max-cases.
* params.opt: Remove switch-lower-slow-alg-max-cases.
Signed-off-by: Filip Kastl <fkastl@suse.cz>
bigger than @option{switch-conversion-max-branch-ratio} times the number of
branches in the switch.
-@item switch-lower-slow-alg-max-cases
-Maximum number of cases for slow switch lowering algorithms to be used.
-
@item max-partial-antic-length
Maximum length of the partial antic set computed during the tree
partial redundancy elimination optimization (@option{-ftree-pre}) when
Common Joined UInteger Var(param_switch_conversion_branch_ratio) Init(8) IntegerRange(1, 65536) Param Optimization
The maximum ratio between array size and switch branches for a switch conversion to take place.
--param=switch-lower-slow-alg-max-cases=
-Common Joined UInteger Var(param_switch_lower_slow_alg_max_cases) Init(1000) IntegerRange(1, 1000000000) Param Optimization
-Maximum number of cases for slow switch lowering algorithms to be used.
-
-param=modref-max-bases=
Common Joined UInteger Var(param_modref_max_bases) Init(32) Param Optimization
Maximum number of bases stored in each modref tree.