diff options
author | Aldy Hernandez <aldyh@gcc.gnu.org> | 2001-01-10 21:12:28 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2001-01-10 21:12:28 +0000 |
commit | c243fc1b4419c2e1dc379aeefe7ad0dbb195db78 (patch) | |
tree | d337c28b33cfee31cafc7e2852cd2140e2599b8d | |
parent | 90e420bd6058c607e398f48fe81792ca40449a16 (diff) | |
download | gcc-c243fc1b4419c2e1dc379aeefe7ad0dbb195db78.zip gcc-c243fc1b4419c2e1dc379aeefe7ad0dbb195db78.tar.gz gcc-c243fc1b4419c2e1dc379aeefe7ad0dbb195db78.tar.bz2 |
fix constraint
From-SVN: r38879
-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))] |