common.opt (fvect-cost-model): Remove RejectNegative flag...
authorJakub Jelinek <jakub@redhat.com>
Thu, 5 Jan 2017 15:48:41 +0000 (16:48 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 5 Jan 2017 15:48:41 +0000 (16:48 +0100)
* common.opt (fvect-cost-model): Remove RejectNegative flag, use
3 argument Alias with unlimited for the negative form.
(fno-vect-cost-model): Removed.

From-SVN: r244106

gcc/ChangeLog
gcc/common.opt

index 62884e82ebe8ae578a461ec62286e41c9443ab4e..37db33c2fd712db1a6df2964be20c114c189e60d 100644 (file)
@@ -1,3 +1,9 @@
+2017-01-05  Jakub Jelinek  <jakub@redhat.com>
+
+       * common.opt (fvect-cost-model): Remove RejectNegative flag, use
+       3 argument Alias with unlimited for the negative form.
+       (fno-vect-cost-model): Removed.
+
 2017-01-05  Martin Liska  <mliska@suse.cz>
 
        * hsa-gen.c (gen_hsa_divmod): New function.
index 9e751bda6beb13168fde6ab0937838f5bc7dd0f9..a18e27d33f187ac143198c6c3effa2910534d8bc 100644 (file)
@@ -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.