From fd956e81b750254faf40a2ebce419a99ff823853 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 28 Jun 1993 17:51:41 +0000 Subject: [PATCH] (movdf, movdi): Delete `&' from load constraint. From-SVN: r4787 --- gcc/config/i860/i860.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/i860/i860.md b/gcc/config/i860/i860.md index f53b9ce5797..9f43496c752 100644 --- a/gcc/config/i860/i860.md +++ b/gcc/config/i860/i860.md @@ -1052,7 +1052,7 @@ }") (define_insn "movdf" - [(set (match_operand:DF 0 "general_operand" "=*rm,&*r,?f,?*rm") + [(set (match_operand:DF 0 "general_operand" "=*rm,*r,?f,?*rm") (match_operand:DF 1 "general_operand" "*r,m,*rfmG,f"))] "" "* @@ -1070,7 +1070,7 @@ }") (define_insn "movdi" - [(set (match_operand:DI 0 "general_operand" "=rm,&r,?f,?rm") + [(set (match_operand:DI 0 "general_operand" "=rm,r,?f,?rm") (match_operand:DI 1 "general_operand" "r,miF,rfmG,f"))] "" "* -- 2.30.2