Commit 0331e642 by Richard Kenner

(cmpdf): Make conditional on TARGET_FP.

From-SVN: r10493
parent 3bb5826a
...@@ -1883,7 +1883,7 @@ ...@@ -1883,7 +1883,7 @@
(define_expand "cmpdf" (define_expand "cmpdf"
[(set (cc0) (compare (match_operand:DF 0 "reg_or_fp0_operand" "") [(set (cc0) (compare (match_operand:DF 0 "reg_or_fp0_operand" "")
(match_operand:DF 1 "reg_or_fp0_operand" "")))] (match_operand:DF 1 "reg_or_fp0_operand" "")))]
"" "TARGET_FP"
" "
{ {
alpha_compare_op0 = operands[0]; alpha_compare_op0 = operands[0];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment