Fix aarch64_evpc_tbl guard (PR 85910)
commit4beafa0b8cce3c31f85d2841d6eddd644f1b2505
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Aug 2018 08:51:38 +0000 (23 08:51 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Aug 2018 08:51:38 +0000 (23 08:51 +0000)
tree6f0085ea9723dafcfdb40b92719cc991d933fb90
parent5654cf465a36552f25794bb3f80241411439259e
Fix aarch64_evpc_tbl guard (PR 85910)

This patch fixes a typo in aarch64_expand_vec_perm_const_1 that I
introduced as part of the SVE changes.  I don't know of any cases in
which it has any practical effect, since we'll eventually try to use
TBL as a variable permute instead.  Having the code is still an
important part of defining the interface properly and so we shouldn't
simply drop it.

2018-08-23  Richard Sandiford  <richard.sandiford@arm.com>

gcc/
PR target/85910
* config/aarch64/aarch64.c (aarch64_expand_vec_perm_const_1): Fix
aarch64_evpc_tbl guard.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263803 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/aarch64/aarch64.c