From c243fc1b4419c2e1dc379aeefe7ad0dbb195db78 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Wed, 10 Jan 2001 21:12:28 +0000 Subject: [PATCH] fix constraint From-SVN: r38879 --- gcc/config/i960/i960.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))] -- 2.30.2