diff options
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 9e751bd..a18e27d 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2706,13 +2706,9 @@ EnumValue Enum(vect_cost_model) String(cheap) Value(VECT_COST_MODEL_CHEAP) fvect-cost-model -Common RejectNegative Alias(fvect-cost-model=,dynamic) +Common Alias(fvect-cost-model=,dynamic,unlimited) Enables the dynamic vectorizer cost model. Preserved for backward compatibility. -fno-vect-cost-model -Common RejectNegative Alias(fvect-cost-model=,unlimited) -Enables the unlimited vectorizer cost model. Preserved for backward compatibility. - ftree-vect-loop-version Common Ignore Does nothing. Preserved for backward compatibility. |