From b27a0c3929f52959c040b11209c8cb8c6151f85b Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 6 Feb 1995 15:31:41 -0800 Subject: [PATCH] (movsf-1, movdf-1, movtf-1): Use 'F' not 'E'. From-SVN: r8882 --- gcc/config/sparc/sparc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index c8c39c1ad44..e0e8ac433e0 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -1902,7 +1902,7 @@ ;; It must come before the more general movsf pattern. (define_insn "" [(set (match_operand:SF 0 "general_operand" "=?r,f,m") - (match_operand:SF 1 "" "?E,m,G"))] + (match_operand:SF 1 "" "?F,m,G"))] "TARGET_FPU && GET_CODE (operands[1]) == CONST_DOUBLE" "* { @@ -1975,7 +1975,7 @@ (define_insn "" [(set (match_operand:DF 0 "general_operand" "=?r,e,o") - (match_operand:DF 1 "" "?E,m,G"))] + (match_operand:DF 1 "" "?F,m,G"))] "TARGET_FPU && GET_CODE (operands[1]) == CONST_DOUBLE" "* { @@ -2090,7 +2090,7 @@ ;; It must come before the more general movtf pattern. (define_insn "" [(set (match_operand:TF 0 "general_operand" "=?r,e,o") - (match_operand:TF 1 "" "?E,m,G"))] + (match_operand:TF 1 "" "?F,m,G"))] "TARGET_FPU && GET_CODE (operands[1]) == CONST_DOUBLE" "* { -- 2.30.2