OSDN Git Service

fix constraint
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jan 2001 21:12:28 +0000 (21:12 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jan 2001 21:12:28 +0000 (21:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38879 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i960/i960.md

index 5b42387..b7680e1 100644 (file)
 ;; 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))]