Simplify LRA lowpart subreg fix
commit9346305fd8cda774abcf74096f7134ceb3c9051d
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Feb 2018 13:50:16 +0000 (8 13:50 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Feb 2018 13:50:16 +0000 (8 13:50 +0000)
tree0f6138e84d1f358923093b678c93c6701a28dcf8
parenta57962119d94c037b601b3a5b687729c222b729c
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.

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