diff options
author | Anil Paranjpe <anilp1@kpitcummins.com> | 2004-06-09 16:44:31 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2004-06-09 10:44:31 -0600 |
commit | 93a9f7d6c63e39974dd0f77ba42af58f71671ad3 (patch) | |
tree | 05b4afff0ab6e896b764cff0aaea9a0d4cdda66f /gcc/config/h8300 | |
parent | cd3ce9b44c1c3b4f4567de0d2767df058b89ce58 (diff) | |
download | gcc-93a9f7d6c63e39974dd0f77ba42af58f71671ad3.zip gcc-93a9f7d6c63e39974dd0f77ba42af58f71671ad3.tar.gz gcc-93a9f7d6c63e39974dd0f77ba42af58f71671ad3.tar.bz2 |
* h8300.md (ldm_h8300s_4): Fix condition for expander.
From-SVN: r82841
Diffstat (limited to 'gcc/config/h8300')
-rw-r--r-- | gcc/config/h8300/h8300.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 9f5167a..91f7922 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -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)" " { |