From: Richard Kenner Date: Sat, 21 Oct 1995 18:16:31 +0000 (-0400) Subject: (cmpdf): Make conditional on TARGET_FP. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0331e642aa477cde0a24e1f924e83b8b79f1fb0f;p=gcc.git (cmpdf): Make conditional on TARGET_FP. From-SVN: r10493 --- diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 2f8098b072a..c3972e19b99 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -1883,7 +1883,7 @@ (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];