From: Martin Liska Date: Thu, 9 Aug 2018 10:37:02 +0000 (+0200) Subject: Remove extra line in common.opt (PR c/86895). X-Git-Tag: basepoints/gcc-10~4829 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35cf9fd028f3d8aac50ecd1c7015d87c2b2c8caa;p=thirdparty%2Fgcc.git Remove extra line in common.opt (PR c/86895). 2018-08-09 Martin Liska PR c/86895 * common.opt: Remove extra line. From-SVN: r263444 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1ece1333a1f1..9ff7c213e1a1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-08-09 Martin Liska + + PR c/86895 + * common.opt: Remove extra line. + 2018-08-09 Martin Liska * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Remove double dots diff --git a/gcc/common.opt b/gcc/common.opt index 5bb645291cfc..8043cf06c21c 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2765,7 +2765,6 @@ Enable basic block vectorization (SLP) on trees. fvect-cost-model= Common Joined RejectNegative Enum(vect_cost_model) Var(flag_vect_cost_model) Init(VECT_COST_MODEL_DEFAULT) Optimization -Specifies the cost model for vectorization. -fvect-cost-model=[unlimited|dynamic|cheap] Specifies the cost model for vectorization. fsimd-cost-model=