From ae49c611b6894fbc69871367d604ea618dbf66c8 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 26 Jun 1993 07:42:26 +0000 Subject: [PATCH] (movdi): Delete the earlyclobber in load case. From-SVN: r4741 --- gcc/config/sparc/sparc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index 188afaabb17e..813ce84e2bc7 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) -- 2.43.5