summaryrefslogtreecommitdiff
path: root/gcc/config/h8300/h8300.md
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-09 16:44:31 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-09 16:44:31 +0000
commitc69606c9a8491e6d72531d5ebfb4b6deb7b4d9aa (patch)
tree05b4afff0ab6e896b764cff0aaea9a0d4cdda66f /gcc/config/h8300/h8300.md
parentfcdd3ab38ad059aa13f40b29e0981e259da6d433 (diff)
downloadgcc-c69606c9a8491e6d72531d5ebfb4b6deb7b4d9aa.tar.gz
* h8300.md (ldm_h8300s_4): Fix condition for expander.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82841 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/h8300/h8300.md')
-rw-r--r--gcc/config/h8300/h8300.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md
index 9f5167ad1be..91f7922db00 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)"
"
{