(cmpdf): Make conditional on TARGET_FP.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 21 Oct 1995 18:16:31 +0000 (14:16 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 21 Oct 1995 18:16:31 +0000 (14:16 -0400)
From-SVN: r10493

gcc/config/alpha/alpha.md

index 2f8098b072ae27d31e431979922387c8f4a133dd..c3972e19b99a56d7b35518976ddf63adaee35cf3 100644 (file)
 (define_expand "cmpdf"
   [(set (cc0) (compare (match_operand:DF 0 "reg_or_fp0_operand" "")
                       (match_operand:DF 1 "reg_or_fp0_operand" "")))]
-  ""
+  "TARGET_FP"
   "
 {
   alpha_compare_op0 = operands[0];