* emit-rtl.c (gen_reg_rtx): Simplify mapping of Complex type
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Nov 2002 21:52:59 +0000 (21:52 +0000)
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Nov 2002 21:52:59 +0000 (21:52 +0000)
commite9e128452a3d56432994b3c226957531096db6fb
tree8b9fd59b5bdc34852b403b5487274127ef1bd390
parent2e4dc2eaf2a7fccf0df8e5005f25b7e5226e2d15
* emit-rtl.c (gen_reg_rtx): Simplify mapping of Complex type
to component type using GET_MODE_INNER.
* expr.c (emit_move_insn_1): Ditto.
* optabs.c (expand_binop): Ditto.
(expand_unop): Ditto.
(expand_complex_abs): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59317 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/emit-rtl.c
gcc/expr.c
gcc/optabs.c