* i386.md (addsi3_cc): Add "binary_operator_ok" to the condition.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Dec 1999 23:48:05 +0000 (23:48 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Dec 1999 23:48:05 +0000 (23:48 +0000)
commit22bff08643d3abde0d368eee8c8a021e7d83e20e
treea4af0dce87b50365a824ac4ff99508fe2ccd8da4
parent8dc6dd955591affadf716c9ea0e20c3e1308e5da
* i386.md (addsi3_cc): Add "binary_operator_ok" to the condition.
(addsi3_carry): Likewise.
(sbbsi3_cc): Add "binary_operator_ok" to the condition.
(sbbsi3_carry): Likewise.
(mulsi3): Rewrite to expander, ensure that only one operand is memory.
(mulhi3): Likewise.
(test?i_1): Ensure that only one operand is memory.
(conditional move patterns): likewise.
(shift and rotate patterns): Rewrite to expander, add
"binary_operator_ok" to the condition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30747 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.md