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

From-SVN: r49633
This commit is contained in:
Kazu Hirata 2002-02-09 05:16:25 +00:00 committed by Kazu Hirata
parent a138247b54
commit a364bc90a3
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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" "")))]
""
"")