h8300.md (an anonymous pattern): Relax the condition for the pattern.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 25 Nov 2002 20:43:04 +0000 (20:43 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 25 Nov 2002 20:43:04 +0000 (20:43 +0000)
* config/h8300/h8300.md (an anonymous pattern): Relax the
condition for the pattern.

From-SVN: r59470

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

index 911c4758c14026889501d99755447df7782ac86d..ed24bbd72acf7aa1fac2daca5058e3d441a21972 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-25  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.md (an anonymous pattern): Relax the
+       condition for the pattern.
+
 2002-11-25  Aldy Hernandez  <aldyh@redhat.com>
 
        * config/rs6000/rs6000.h (enum rs6000_builtins): Remove evmwlssf,
index 5e9f114d3ec761f32acffd0b09f4197254637205..6db2942d3607f26ca42d21172a0cb77e68361197 100644 (file)
        (ior:SI (zero_extend:SI (match_operand:HI 1 "register_operand" "0"))
                (ashift:SI (match_operand:SI 2 "register_operand" "r")
                           (const_int 16))))]
-  "(TARGET_H8300H || TARGET_H8300S)
-   && REG_P (operands[0])
-   && REG_P (operands[2])
-   && (REGNO (operands[0]) != REGNO (operands[2]))"
+  "TARGET_H8300H || TARGET_H8300S"
   "mov.w\\t%f2,%e0"
   [(set_attr "cc" "clobber")
    (set_attr "length" "2")])