From ba2fcc7febbbbe423d727f713c1b4806e3121180 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 21 Aug 1995 13:25:59 -0400 Subject: [PATCH] (adddi3, subdi3): "&" added to clobber's constraints. From-SVN: r10267 --- gcc/config/m68k/m68k.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 241aba5e767..2b2ed04ac2c 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -2049,7 +2049,7 @@ [(set (match_operand:DI 0 "general_operand" "=d,<,d,o<>") (plus:DI (match_operand:DI 1 "general_operand" "%0,0,0,0") (match_operand:DI 2 "general_operand" "d,<,*ao>,d"))) - (clobber (match_scratch:SI 3 "=X,X,d,d"))] + (clobber (match_scratch:SI 3 "=X,X,&d,&d"))] "" "* { @@ -2638,7 +2638,7 @@ [(set (match_operand:DI 0 "general_operand" "=d,<,d,o<>") (minus:DI (match_operand:DI 1 "general_operand" "0,0,0,0") (match_operand:DI 2 "general_operand" "d,<,*ao>,d"))) - (clobber (match_scratch:SI 3 "=X,X,d,d"))] + (clobber (match_scratch:SI 3 "=X,X,&d,&d"))] "" "* { -- 2.30.2