* i386.c (ix86_expand_compare): Add bypass_test and second_test
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Jan 2001 09:14:03 +0000 (09:14 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Jan 2001 09:14:03 +0000 (09:14 +0000)
commitcbed512e0bc455ad423da22095630cfae70f0535
treeef4ee7257a074a8c3351697865670bbd0a49b8bd
parentef26f7ec3b58e9c03867957020f220369f6ccd3e
* i386.c (ix86_expand_compare): Add bypass_test and second_test
parameters.
(ix86_expand_branch): Update.
(ix86_expand_setcc): Update to handle multiple test conditions.
(expand_int_movcc): Likewise.
(expand_fp_movcc): Likewise.
* i386-protos.h (ix86_expand_compare): New.
* i386.md (andqi_?_slp, orqi_?_slp): New.
(conditional trap expander): Update call to ix86_expand_compare.

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