diff options
-rw-r--r-- | gcc/config/i960/i960.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i960/i960.md b/gcc/config/i960/i960.md index 5b42387..b7680e1 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))] |