Simplify LRA lowpart subreg fix
commit98a05c03ef5a3f3f096b1c344e6a75c37fbeea47
authorRichard Sandiford <richard.sandiford@linaro.org>
Thu, 8 Feb 2018 13:50:16 +0000 (8 13:50 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 8 Feb 2018 13:50:16 +0000 (8 13:50 +0000)
tree0f6138e84d1f358923093b678c93c6701a28dcf8
parent24db2556253540529a7b11ed42683b2ea9bb8989
Simplify LRA lowpart subreg fix

r257177 made the else arms equivalent to the if arms.

2018-02-08  Richard Sandiford  <richard.sandiford@linaro.org>

gcc/
* lra-constraints.c (match_reload): Unconditionally use
gen_lowpart_SUBREG, rather than selecting between that
and equivalent gen_rtx_SUBREG code.

From-SVN: r257488
gcc/ChangeLog
gcc/lra-constraints.c