i386.md (movsfcc, [...]): Use emit_store_flag to support LT, LE, GE, and GT signed...
authorJohn Wehle <john@feith.com>
Fri, 19 Jun 1998 01:12:59 +0000 (19:12 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 19 Jun 1998 01:12:59 +0000 (19:12 -0600)
commitb4d030e5b9aff5106a5da4c1d0749c6005ec72bc
treec83cc5cd7733ff52186ca6b3eb7eb335fbc7c414
parent44513ad1c26e26cbff55606f899443c9beaffc30
i386.md (movsfcc, [...]): Use emit_store_flag to support LT, LE, GE, and GT signed integer comparisons.


* 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.

From-SVN: r20573
gcc/ChangeLog