emit-rtl.c (gen_lowpart): When requesting the low-part of a MEM...
authorRoger Sayle <roger@eyesopen.com>
Thu, 6 Mar 2003 21:59:09 +0000 (21:59 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Thu, 6 Mar 2003 21:59:09 +0000 (21:59 +0000)
commit37f5242b58f51568fcb60fd2fb35ca61c92b2305
tree6bea9563d43f884a77740f8e6d1c9a0c2f2ed73c
parent0768112136c5c5e20ee580d61a2923b64995ba77
emit-rtl.c (gen_lowpart): When requesting the low-part of a MEM...

* emit-rtl.c (gen_lowpart): When requesting the low-part of a
MEM, try loading the MEM into a register and taking the low-part
of that, to help CSE see the use of the MEM in its true mode.

From-SVN: r63907
gcc/ChangeLog
gcc/emit-rtl.c