*** empty log message ***
authorJames Van Artsdalen <jrv@gnu.org>
Thu, 23 Apr 1992 22:17:40 +0000 (22:17 +0000)
committerJames Van Artsdalen <jrv@gnu.org>
Thu, 23 Apr 1992 22:17:40 +0000 (22:17 +0000)
From-SVN: r825

gcc/config/i386/i386.md

index 319a934..17749cf 100644 (file)
   OUTPUT_JUMP (\"setle %0\", \"setbe %0\", 0);
 }")
 
-(define_insn "sleu"
+(define_expand "sleu"
+  [(match_dup 1)
+   (set (match_operand:QI 0 "general_operand" "")
+       (leu:QI (cc0) (const_int 0)))]
+  ""
+  "operands[1] = (*i386_compare_gen)(i386_compare_op0, i386_compare_op1);")
+
+(define_insn ""
   [(set (match_operand:QI 0 "general_operand" "=qm")
        (leu:QI (cc0) (const_int 0)))]
   ""