i386.c (ix86_expand_branch): Treat GE and GEU the same way as LT and LTU when...
authorJakub Jelinek <jakub@redhat.com>
Fri, 25 Aug 2000 12:40:18 +0000 (14:40 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 25 Aug 2000 12:40:18 +0000 (14:40 +0200)
commit1f9124e42e485a2afe439fbd6966a5263783186c
tree4019c2c5f13f052c80b67ec62cb6bda31a0b7332
parent22a4158c6afcab145ec63f3bd81907a19754b04f
i386.c (ix86_expand_branch): Treat GE and GEU the same way as LT and LTU when...

* config/i386/i386.c (ix86_expand_branch): Treat GE and GEU the same
way as LT and LTU when the second operand has 0 in low word.

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