From: Richard Stallman Date: Sat, 26 Jun 1993 07:42:26 +0000 (+0000) Subject: (movdi): Delete the earlyclobber in load case. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae49c611b6894fbc69871367d604ea618dbf66c8;p=gcc.git (movdi): Delete the earlyclobber in load case. From-SVN: r4741 --- diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index 188afaabb17..813ce84e2bc 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -1266,7 +1266,7 @@ }") (define_insn "" - [(set (match_operand:DI 0 "reg_or_nonsymb_mem_operand" "=r,Q,&r,&r,?f,?f,?Q") + [(set (match_operand:DI 0 "reg_or_nonsymb_mem_operand" "=r,Q,r,&r,?f,?f,?Q") (match_operand:DI 1 "general_operand" "r,r,Q,i,f,Q,f"))] "register_operand (operands[0], DImode) || register_operand (operands[1], DImode)