Commit a364bc90 by Kazu Hirata Committed by Kazu Hirata

* config/h8300/h8300.md (iorhi3): Tighten the predicates.

From-SVN: r49633
parent a138247b
2002-02-09 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.md (iorhi3): Tighten the predicates.
2002-02-09 Alexandre Oliva <aoliva@redhat.com>
* config/sh/sh.h (REGISTER_NATURAL_MODE): Save part-clobbered
......
......@@ -1132,9 +1132,9 @@
}")
(define_expand "iorhi3"
[(set (match_operand:HI 0 "general_operand" "")
(ior:HI (match_operand:HI 1 "general_operand" "")
(match_operand:HI 2 "general_operand" "")))]
[(set (match_operand:HI 0 "register_operand" "")
(ior:HI (match_operand:HI 1 "register_operand" "")
(match_operand:HI 2 "nonmemory_operand" "")))]
""
"")
......
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