* simplify-rtx.c (simplify_subreg): Break out from ...
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 May 2001 15:00:35 +0000 (15:00 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 May 2001 15:00:35 +0000 (15:00 +0000)
commit64ab453f74ec150306b85eaf8900eed607f8829e
tree83f417361746b3974c92d8656cd3a83d068dd204
parent226e9ef3afbb438f448d6e42f40aa6b3ef410c49
* simplify-rtx.c (simplify_subreg): Break out from ...
* combine.c (combine_splify_rtx) ... here and ...
* recog.c (validate_replace_rtx_1): ... here;
* rtl.h (subreg_lowpart_parts_p, simplify_subreg): Declare.
* emit-rtl.c (subreg_lowpart_parts_p): Break out from ...
(subreg_lowpart_p): ... here.

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