]> gcc.gnu.org Git - gcc.git/commit
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:13:01 +0000 (19:13 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 19 Jun 1998 01:13:01 +0000 (19:13 -0600)
commitbbe8497f5ef17013e6bafb96d6666c536d8bdf2d
tree656beca7a13baff5b1d68111019eab7bd7251d40
parentb4d030e5b9aff5106a5da4c1d0749c6005ec72bc
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: r20574
gcc/config/i386/i386.md
This page took 0.063431 seconds and 5 git commands to generate.