From 426ace7fb55f5c34754af6dd6c10efb690f5bb9c Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 3 Mar 2003 14:34:09 +0000 Subject: h8300.md (*ixorsi3_zext_hi): Restrict to TARGET_H8300H and TARGET_H8300S. * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to TARGET_H8300H and TARGET_H8300S. From-SVN: r63720 --- gcc/ChangeLog | 5 +++++ gcc/config/h8300/h8300.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5d6ece2..b051cb1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2003-03-03 Kazu Hirata + * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to + TARGET_H8300H and TARGET_H8300S. + +2003-03-03 Kazu Hirata + * config/h8300/h8300.md (a peephole2): New. 2003-03-03 Kazu Hirata diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 1c031b9..4da60c5 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -2801,7 +2801,7 @@ (match_operator:SI 1 "iorxor_operator" [(zero_extend:SI (match_operand:HI 2 "register_operand" "r")) (match_operand:SI 3 "register_operand" "0")]))] - "" + "TARGET_H8300H || TARGET_H8300S" "%c1.w\\t%T2,%f0" [(set_attr "cc" "clobber") (set_attr "length" "2")]) -- cgit v1.1