From 40ea32280965e5a799b93dd899df117adb6a067a Mon Sep 17 00:00:00 2001 From: marxin Date: Thu, 9 Aug 2018 10:37:02 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/common.opt | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1ece1333a1f..9ff7c213e1a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 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 at the end of a line, make first letter capital and end up a sentence with a dot. diff --git a/gcc/common.opt b/gcc/common.opt index 5bb645291cf..8043cf06c21 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= -- 2.11.4.GIT