From: Richard Kenner Date: Sun, 6 Dec 1992 21:25:41 +0000 (-0500) Subject: (add-mult): Add missing `&' in constraints of kludge plus/plus/mult X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=67aac05d147f6abfbcf5d916b76a34f684d37edc;p=gcc.git (add-mult): Add missing `&' in constraints of kludge plus/plus/mult pattern. From-SVN: r2842 --- diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index a5735afb14d..8cdb0062d0d 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -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"))