diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-11-02 01:44:00 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-11-02 01:44:00 +0000 |
commit | 46be79e78967a0dea39910f0703c0c439748b2a5 (patch) | |
tree | f944f8344b305aa1ff96d5424bc0af6b6814e521 | |
parent | 85ab9d2311751cffa17d1ae495ff57941060b5cf (diff) | |
download | gcc-46be79e78967a0dea39910f0703c0c439748b2a5.zip gcc-46be79e78967a0dea39910f0703c0c439748b2a5.tar.gz gcc-46be79e78967a0dea39910f0703c0c439748b2a5.tar.bz2 |
h8300.md (anonymous and:QI pattern): Use 'n' instead of 'O' for the constraint for the second operand.
* config/h8300/h8300.md (anonymous and:QI pattern): Use 'n'
instead of 'O' for the constraint for the second operand.
From-SVN: r58736
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/h8300/h8300.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1d4a1ff..d23394a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-11-01 Kazu Hirata <kazu@cs.umass.edu> + + * config/h8300/h8300.md (anonymous and:QI pattern): Use 'n' + instead of 'O' for the constraint for the second operand. + 2002-11-01 Mark Mitchell <mark@codesourcery.com> PR c++/8391 diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index ab2573a..ed1ee86 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -1006,7 +1006,7 @@ (define_insn "" [(set (match_operand:QI 0 "bit_operand" "=r,U") (and:QI (match_operand:QI 1 "bit_operand" "%0,0") - (match_operand:QI 2 "nonmemory_operand" "rn,O")))] + (match_operand:QI 2 "nonmemory_operand" "rn,n")))] "register_operand (operands[0], QImode) || single_zero_operand (operands[2], QImode)" "@ |