combine.c (gen_binary): Use swap_commutative_operands_p
authorJan Hubicka <jh@suse.cz>
Tue, 22 May 2001 07:40:26 +0000 (09:40 +0200)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 22 May 2001 07:40:26 +0000 (00:40 -0700)
commit8c9864f32d6c76ae5f3317148b29629c60a2f26b
treee077f1ff6c35cde9817f0a709edaf59ec48986c9
parent083e9f9217548607ffd2655a2a89341b78fe06c2
combine.c (gen_binary): Use swap_commutative_operands_p

        * combine.c (gen_binary): Use swap_commutative_operands_p
        (simplify_comparison): Likewise.
        * expmed.c (emit_store_flag): Likewise.
        * expr.c (compare_from_rtx): Likewise.
        (do_compare_rtx_and_jump): Likewise.
        * optabs.c (emit_cmp_and_jump_insn): Revert last patch; abort
        if not emitting a branch and operands want swapping.

From-SVN: r42433
gcc/ChangeLog
gcc/combine.c
gcc/expmed.c
gcc/expr.c
gcc/optabs.c
gcc/simplify-rtx.c