From: Aldy Hernandez Date: Wed, 10 Jan 2001 21:12:28 +0000 (+0000) Subject: fix constraint X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c243fc1b4419c2e1dc379aeefe7ad0dbb195db78;p=gcc.git fix constraint From-SVN: r38879 --- diff --git a/gcc/config/i960/i960.md b/gcc/config/i960/i960.md index 5b423874749..b7680e10361 100644 --- a/gcc/config/i960/i960.md +++ b/gcc/config/i960/i960.md @@ -1859,7 +1859,7 @@ ;; The above pattern canonicalizes to this when both the input and output ;; are the same pseudo-register. (define_insn "" - [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "=d") + [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "+d") (const_int 1) (match_operand:SI 1 "register_operand" "d")) (const_int 0))]