[aarch64] PR90016 - aarch64: reference to undeclared N in help for command line option

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
This commit is contained in:
Christophe Lyon 2019-04-11 10:56:08 +00:00 committed by Christophe Lyon
parent 1b4d15e855
commit f499726a00
2 changed files with 7 additions and 2 deletions

View 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.

View 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)