emit-rtl.c (gen_lowpart_common): Do not assume that SFmode and DFmode are UNITS_PER_W...
authorEric Christopher <echristo@gcc.gnu.org>
Tue, 19 Jun 2001 08:34:34 +0000 (08:34 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Tue, 19 Jun 2001 08:34:34 +0000 (08:34 +0000)
commit57dadce202417f7d1e5421f0c389abf67a92a518
tree97bf3752e6300e568daf8fdbc7b9e96284202254
parentbeec1ac56eff4c6955449ee7f9cae146b739bd92
emit-rtl.c (gen_lowpart_common): Do not assume that SFmode and DFmode are UNITS_PER_WORD and 2*UNITS_PER_WORD.

2001-06-19  Eric Christopher <echristo@redhat.com>

* emit-rtl.c (gen_lowpart_common): Do not assume that SFmode
and DFmode are UNITS_PER_WORD and 2*UNITS_PER_WORD.  Use
GET_MODE_BITSIZE instead of GET_MODE_SIZE/UNITS_PER_WORD.

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