OSDN Git Service

* config/h8300/h8300.md (iorhi3): Tighten the predicates.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Feb 2002 05:16:25 +0000 (05:16 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Feb 2002 05:16:25 +0000 (05:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49633 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 37381dd..2455a68 100644 (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
index 35f2750..415eb85 100644 (file)
 }")
 
 (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" "")))]
   ""
   "")