[ARM] Fix an invalid check for vectors of the same floating-point constants.
authorMatthew Wahab <matthew.wahab@arm.com>
Fri, 19 Aug 2016 13:59:18 +0000 (13:59 +0000)
committerMatthew Wahab <mwahab@gcc.gnu.org>
Fri, 19 Aug 2016 13:59:18 +0000 (13:59 +0000)
commitf0c90610e3e0646b89ae3e4b20134dc7e1cd7d12
tree8bd9c4af683bc93abd9c654614828d317279231f
parentfcf830abf7b3fc12d6127ca500d04405ef0efe54
[ARM] Fix an invalid check for vectors of the same floating-point constants.

2016-08-19  Matthew Wahab  <matthew.wahab@arm.com>

PR target/77281
* config/arm/arm.c (neon_valid_immediate): Delete declaration.
Use const_vec_duplicate to check for duplicated elements.

From-SVN: r239610
gcc/ChangeLog
gcc/config/arm/arm.c