integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.
authorJan Hubicka <jh@suse.cz>
Thu, 17 May 2001 21:21:21 +0000 (23:21 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 17 May 2001 21:21:21 +0000 (21:21 +0000)
commite5c56fd9bf8418ff01126783bcd984fb151b21a2
tree6be18b336d723f66b33f5327a8908ec4da42a48e
parent949c5d62571446e982b85c6190af0a172d645356
integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.

* integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.
(simplify_subreg): Handle complex types represented as CONCAT.

* recog.c (validate_replace_rtx_1): Properly canonicalize expression
* rtl.h (swap_commutative_operands_p): Declare.
* rtlanal.c (swap_commutative_operands_p): New.
(operand_preference): New static function.

* combine.c (combine_simplify_rtx): Use swap_commutative_operands_p.
(gen_binary): Likewise.
* optabs.c (emit_cmp_and_jump_insns, emit_conditional_move): Likewise.
* simplify-rtx.c (simplify_gen_binary,
simplify_gen_relational): Likewise.

From-SVN: r42224
gcc/ChangeLog
gcc/combine.c
gcc/emit-rtl.c
gcc/integrate.c
gcc/optabs.c
gcc/rtl.h
gcc/rtlanal.c
gcc/simplify-rtx.c