From: Richard Stallman Date: Thu, 18 Jun 1992 18:16:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe6f501421a23b231a318f9c81393d82a25bfd08;p=gcc.git *** empty log message *** From-SVN: r1209 --- diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 044333f9a13..1a9fca569da 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -2159,7 +2159,7 @@ "extrs %1,%3+%2-1,%2,%0") (define_insn "insv" - [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "=r") + [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "+r") (match_operand:SI 1 "uint5_operand" "") (match_operand:SI 2 "uint5_operand" "")) (match_operand:SI 3 "register_operand" "r"))]