[aarch64] PR90016 - aarch64: reference to undeclared N in help for command line option
authorChristophe Lyon <christophe.lyon@linaro.org>
Thu, 11 Apr 2019 10:56:08 +0000 (10:56 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Thu, 11 Apr 2019 10:56:08 +0000 (12:56 +0200)
2019-04-11  Christophe Lyon  <christophe.lyon@linaro.org>

PR target/90016
* config/aarch64/aarch64.opt (msve-vector-bits): Add missing final '.'.

From-SVN: r270280

gcc/ChangeLog
gcc/config/aarch64/aarch64.opt

index 6c26bf76832d3f377b4e5912de9a8cb5915991ab..766ca7fb30bf1716835fc7fe497d4e6098688540 100644 (file)
@@ -1,5 +1,10 @@
+2019-04-11  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       PR target/90016
+       * config/aarch64/aarch64.opt (msve-vector-bits): Add missing final '.'.
+
 2019-04-11  Jakub Jelinek  <jakub@redhat.com>
-       
+
        PR rtl-optimization/89965
        * dce.c (sp_based_mem_offset): New function.
        (find_call_stack_args): Use sp_based_mem_offset.
index 3dc768fab39e6ad60ec7b1bcdf691558f1151553..7719c3b635242642ad1975721e8699d84f359eea 100644 (file)
@@ -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=<number>     Set the number of bits in an SVE vector register
+-msve-vector-bits=<number>     Set the number of bits in an SVE vector register.
 
 mverbose-cost-dump
 Target Undocumented Var(flag_aarch64_verbose_cost)