From 79bdabb4db32cc3565513b7229a5c0c9aef15d41 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 16 Nov 1993 07:15:44 -0500 Subject: [PATCH] (movdi): Use 'Q' instead of 'm' for FP. From-SVN: r6109 --- gcc/config/alpha/alpha.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 55ffd79515b..bdec7661644 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -2614,8 +2614,8 @@ }") (define_insn "" - [(set (match_operand:DI 0 "general_operand" "=r,r,r,r,r,r,r,m,f,f,f,m") - (match_operand:DI 1 "input_operand" "r,J,I,K,L,s,m,rJ,f,J,m,fG"))] + [(set (match_operand:DI 0 "general_operand" "=r,r,r,r,r,r,r,m,f,f,f,Q") + (match_operand:DI 1 "input_operand" "r,J,I,K,L,s,m,rJ,f,J,Q,fG"))] "register_operand (operands[0], DImode) || reg_or_0_operand (operands[1], DImode)" "@ -- 2.30.2