OSDN Git Service

gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Aug 2008 20:02:54 +0000 (20:02 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Aug 2008 20:02:54 +0000 (20:02 +0000)
commit5992d16a364e0b462e716b06504ae7b30bdc5696
treef924db7c9c66de457eab2a6629f8d764877ab80c
parent3a912a807a0d259f73af278e4e6b0993b16e186f
gcc/
* rtl.h (simplify_subreg_regno): Declare.
* rtlanal.c (simplify_subreg_regno): New function, split out from...
* simplify-rtx.c (simplify_subreg): ...here.
* reload.c (find_reloads): Use simplify_subreg_regno instead of
subreg_offset_representable_p.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139736 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/reload.c
gcc/rtl.h
gcc/rtlanal.c
gcc/simplify-rtx.c