h8300.md (anonymous and:QI pattern): Use 'n' instead of 'O' for the constraint for...
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 2 Nov 2002 01:44:00 +0000 (01:44 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 2 Nov 2002 01:44:00 +0000 (01:44 +0000)
* config/h8300/h8300.md (anonymous and:QI pattern): Use 'n'
instead of 'O' for the constraint for the second operand.

From-SVN: r58736

gcc/ChangeLog
gcc/config/h8300/h8300.md

index 1d4a1ff71dbc81ee0ac16c3dddf8f57e6f0d0aaa..d23394aa547883e685848aa6f447acb09028205d 100644 (file)
@@ -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
index ab2573ab5b946c56e3e62629edb039d1e5296472..ed1ee8612c6d2dfe947911ff5dd1635f0eaeaad6 100644 (file)
 (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)"
   "@