Commit 46be79e7 by Kazu Hirata Committed by Kazu Hirata

h8300.md (anonymous and:QI pattern): Use 'n' instead of 'O' for the constraint…

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
parent 85ab9d23
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> 2002-11-01 Mark Mitchell <mark@codesourcery.com>
PR c++/8391 PR c++/8391
......
...@@ -1006,7 +1006,7 @@ ...@@ -1006,7 +1006,7 @@
(define_insn "" (define_insn ""
[(set (match_operand:QI 0 "bit_operand" "=r,U") [(set (match_operand:QI 0 "bit_operand" "=r,U")
(and:QI (match_operand:QI 1 "bit_operand" "%0,0") (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) "register_operand (operands[0], QImode)
|| single_zero_operand (operands[2], QImode)" || single_zero_operand (operands[2], QImode)"
"@ "@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment