i386.c (ix86_swap_binary_operands_p): New helper function to simplify/factorize opera...
authorRoger Sayle <roger@eyesopen.com>
Sat, 27 Jan 2007 02:52:37 +0000 (02:52 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 27 Jan 2007 02:52:37 +0000 (02:52 +0000)
commitffa1b3c6848f5109f2aa75b6de16300e2ad0c85e
treef551c5b4fadc45b0d9ed918bff8cceeb8d2737eb
parent18763871089cf3b077b73d704dbaef827eb8046b
i386.c (ix86_swap_binary_operands_p): New helper function to simplify/factorize operand order canonicalization.

* config/i386/i386.c (ix86_swap_binary_operands_p): New helper
function to simplify/factorize operand order canonicalization.
(ix86_fixup_binary_operands): Reorganize using the above function.
(ix86_binary_operator_ok): Likewise.

From-SVN: r121227
gcc/ChangeLog
gcc/config/i386/i386.c