emit-rtl.c (gen_reg_rtx): Simplify mapping of Complex type to component type using...
authorSteve Ellcey <sje@cup.hp.com>
Wed, 20 Nov 2002 21:52:59 +0000 (21:52 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Wed, 20 Nov 2002 21:52:59 +0000 (21:52 +0000)
commit27e58a706fa38f55d87610ed6424523c0ea50bd4
tree8b9fd59b5bdc34852b403b5487274127ef1bd390
parent964b104aba78fdc347d4b9550707653076820b62
emit-rtl.c (gen_reg_rtx): Simplify mapping of Complex type to component type using GET_MODE_INNER.

* 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.

From-SVN: r59317
gcc/ChangeLog
gcc/emit-rtl.c
gcc/expr.c
gcc/optabs.c