Commit 93a9f7d6 by Anil Paranjpe Committed by Jeff Law

* h8300.md (ldm_h8300s_4): Fix condition for expander.

From-SVN: r82841
parent cd3ce9b4
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.
......
......@@ -2107,7 +2107,7 @@
(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)"
"
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment