From: marxin Date: Thu, 9 Aug 2018 10:37:02 +0000 (+0000) Subject: Remove extra line in common.opt (PR c/86895). X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40ea32280965e5a799b93dd899df117adb6a067a;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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263444 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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=