* 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 1793e5c590e9ec10336f76a0f68f3dada3cf121f..4ec225d1f70b150b6faa80e6afa51f95acbb816e 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 9f5167ad1be5c1332125edd7edbb9f3849adc010..91f7922db00ce19333e9aaea1eafe12772e9573e 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)"
   "
 {