(add-mult): Add missing `&' in constraints of kludge plus/plus/mult

pattern.

From-SVN: r2842
This commit is contained in:
Richard Kenner 1992-12-06 16:25:41 -05:00
parent 1170af6745
commit 67aac05d14
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@
[(set_attr "type" "iaddlog")])
(define_insn ""
[(set (match_operand:DI 0 "register_operand" "=r")
[(set (match_operand:DI 0 "register_operand" "=&r")
(plus:DI (plus:DI (mult:DI (match_operand:DI 1 "reg_or_0_operand" "rJ")
(match_operand:DI 2 "const48_operand" "I"))
(match_operand:DI 3 "register_operand" "r"))