From: Jeff Law Date: Sun, 2 May 1993 04:30:07 +0000 (-0600) Subject: * pa.md (shadd for reload): Change constraints to match the output template. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a05e9c9a63c0b14f9b341711e2992849d9b0716;p=gcc.git * pa.md (shadd for reload): Change constraints to match the output template. From-SVN: r4299 --- diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 1af1cb5cf5a..9b86f1cc9d8 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -2402,7 +2402,7 @@ (plus:SI (plus:SI (mult:SI (match_operand:SI 2 "register_operand" "r") (match_operand:SI 4 "shadd_operand" "")) (match_operand:SI 1 "register_operand" "r")) - (match_operand:SI 3 "const_int_operand" "rJ")))] + (match_operand:SI 3 "const_int_operand" "rI")))] "reload_in_progress" "sh%O4add %2,%1,%0\;add%I3 %3,%0,%0" [(set_attr "type" "multi")