* h8300.md (ldm_h8300s_4): Fix condition for expander.
authorAnil Paranjpe <anilp1@kpitcummins.com>
Wed, 9 Jun 2004 16:44:31 +0000 (16:44 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 9 Jun 2004 16:44:31 +0000 (10:44 -0600)
From-SVN: r82841

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

index 1793e5c..4ec225d 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-08  Anil Paranjpe <anilp1@kpitcummins.com>
+
+       * h8300.md (ldm_h8300s_4): Fix condition for expander.
+
 2004-06-08  Jason Merrill  <jason@redhat.com>
 
        Gimplify VA_ARG_EXPR into simpler forms.
index 9f5167a..91f7922 100644 (file)
    (match_operand:SI 1 "register_operand" "")
    (match_operand:SI 2 "register_operand" "")
    (match_operand:SI 3 "register_operand" "")]
-  "TARGET_H8300S && !TARGET_NORMAL_MODE
+  "TARGET_H8300S
    && h8300_regs_ok_for_stm (4, operands)"
   "
 {