From: Richard Earnshaw Date: Wed, 10 Apr 2019 09:51:16 +0000 (+0000) Subject: [aarch64] PR90016 - aarch64: reference to undeclared N in help for command line option X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1feb075a762037a73e468556bf7570141367b974;p=gcc.git [aarch64] PR90016 - aarch64: reference to undeclared N in help for command line option 'to N' is now redundant and misleading given the earlier change to use . Removed. PR target/90016 * config/aarch64/aarch64.opt (msve-vector-bits): Remove redundant and obsolete reference to N. From-SVN: r270248 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3f75399e387..709409e2057 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2019-04-10 Richard Earnshaw + + PR target/90016 + * config/aarch64/aarch64.opt (msve-vector-bits): Remove redundant and + obsolete reference to N. + 2019-04-10 Jakub Jelinek PR middle-end/90025 diff --git a/gcc/config/aarch64/aarch64.opt b/gcc/config/aarch64/aarch64.opt index 5a1e687091c..3dc768fab39 100644 --- a/gcc/config/aarch64/aarch64.opt +++ b/gcc/config/aarch64/aarch64.opt @@ -216,7 +216,7 @@ Enum(sve_vector_bits) String(2048) Value(SVE_2048) msve-vector-bits= Target RejectNegative Joined Enum(sve_vector_bits) Var(aarch64_sve_vector_bits) Init(SVE_SCALABLE) --msve-vector-bits= Set the number of bits in an SVE vector register to N. +-msve-vector-bits= Set the number of bits in an SVE vector register mverbose-cost-dump Target Undocumented Var(flag_aarch64_verbose_cost)