(add-mult): Add missing `&' in constraints of kludge plus/plus/mult
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 6 Dec 1992 21:25:41 +0000 (16:25 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 6 Dec 1992 21:25:41 +0000 (16:25 -0500)
pattern.

From-SVN: r2842

gcc/config/alpha/alpha.md

index a5735afb14d9a48fcbf3a94062cf380be131b05a..8cdb0062d0d841bb8991c21679b4d1b061471c6e 100644 (file)
   [(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"))