arm: Fix bootstrap failure with rtl-checking
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Mon, 27 Apr 2020 13:54:46 +0000 (14:54 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Mon, 27 Apr 2020 13:59:56 +0000 (14:59 +0100)
commit6b6a77d25e83e071ba5d08648c5bd3953d8a0c03
tree7f80902a4684fe80603f175640458443dec9ceba
parent5328710be314dee43da8027dbff547d48b85e35e
arm: Fix bootstrap failure with rtl-checking

The code change that caused this regression was not meant to affect neon
code-gen, however I missed the REG fall through.  This patch makes sure we only
get the left-hand of the PLUS if it is indeed a PLUS expr.

gcc/ChangeLog:
2020-04-27  Andre Vieira  <andre.simoesdiasvieira@arm.com>

* config/arm/arm.c (output_move_neon): Only get the first operand if
addr is PLUS.
gcc/ChangeLog
gcc/config/arm/arm.c