simplify-rtx.c (simplify_rtx): Use simplify_gen_binary to swap commutative operands...
authorRoger Sayle <roger@eyesopen.com>
Fri, 18 Jul 2003 03:16:32 +0000 (03:16 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 18 Jul 2003 03:16:32 +0000 (03:16 +0000)
commitcf6bcbd0848c32a1760ee7be49f6a57fad00e69c
treeb98232c8fbe6ccb48b4e71c648deb56040ee550d
parent2b187c63e263707a88b01352880a24107baa88be
simplify-rtx.c (simplify_rtx): Use simplify_gen_binary to swap commutative operands instead of modifying the...

* simplify-rtx.c (simplify_rtx): Use simplify_gen_binary to swap
commutative operands instead of modifying the RTL in-place.

From-SVN: r69539
gcc/ChangeLog
gcc/simplify-rtx.c