From dbefdf4a8cda055e78f998b79ef59d2c1f92502a Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 11 Nov 2001 01:48:55 +0000 Subject: [PATCH] Reapply last patch to convex.md which somehow got lost: Tue Nov 6 09:21:34 2001 Richard Kenner * config/convex/convex.md (movdf): Use it. From-SVN: r46920 --- gcc/config/convex/convex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/convex/convex.md b/gcc/config/convex/convex.md index 3ff36edcd33..ca4978f0606 100644 --- a/gcc/config/convex/convex.md +++ b/gcc/config/convex/convex.md @@ -260,7 +260,7 @@ (define_insn "" [(set (match_operand:DI 0 "register_operand" "=d") (match_operand:DI 1 "const_double_operand" "F"))] - "CONST_DOUBLE_MEM (operands[1]) == const0_rtx" + "mem_for_const_double (operands[1]) == 0" "ld.u %u1,%0\;ld.w %v1,%0" [(set_attr "type" "xalu")]) -- 2.30.2