authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Jun 1998 01:12:59 +0000 (01:12 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Jun 1998 01:12:59 +0000 (01:12 +0000)
commit917fa89688bf6301cc5a9a77206397ab1ef13a3e
treec83cc5cd7733ff52186ca6b3eb7eb335fbc7c414
parentca4a33007812da81f1e3de2f9af064424e847da4

* i386.md (movsfcc, movdfcc, movxfcc): Use emit_store_flag
to support LT, LE, GE, and GT signed integer comparisons.
(movsfcc+1, movsfcc+2, movdfcc+1, movdfcc+2,
movxfcc+1, movxfcc+2): Pattern doesn't match if the comparison
is LT, LE, GE, or GT.
(movdicc): Remove code resulting from an earlier patch which
didn't apply correctly.

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