(adddi3, subdi3): "&" added to clobber's constraints.

From-SVN: r10267
This commit is contained in:
Richard Kenner 1995-08-21 13:25:59 -04:00
parent 6ca8db46d9
commit ba2fcc7feb
1 changed files with 2 additions and 2 deletions

View File

@ -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"))]
""
"*
{