[AArch64] Fix SIMD predicate
authorEvandro Menezes <e.menezes@samsung.com>
Fri, 1 Apr 2016 19:55:52 +0000 (19:55 +0000)
committerEvandro Menezes <evandro@gcc.gnu.org>
Fri, 1 Apr 2016 19:55:52 +0000 (19:55 +0000)
commit907e22e847dadcf7e8fcb1f77adfc1b76dfec01c
tree77895ead98f7d0a0f8a95705679fda788631b493
parent763cd859a1d87f361a88e380e849cf6f0eb10751
[AArch64] Fix SIMD predicate

Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate the
"Y" constraint (scalar FP 0.0 immediate).

* gcc/config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
Add the "const_double" to the list of operand constraints.

From-SVN: r234685
gcc/ChangeLog
gcc/config/aarch64/predicates.md