* config/h8300/h8300.md (iorhi3): Tighten the predicates.
authorKazu Hirata <kazu@hxi.com>
Sat, 9 Feb 2002 05:16:25 +0000 (05:16 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 9 Feb 2002 05:16:25 +0000 (05:16 +0000)
From-SVN: r49633

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

index 37381ddbcd329247886455fa96681cbfbd372829..2455a68d0f69f1d58bb5ae3a51c704ba1be58689 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 35f275043eff6c7ff51a112dd6593ec15a869176..415eb8598f00ac56faaefba82f515fe16f24f999 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" "")))]
   ""
   "")