From 8d82e1d81177a1d7a8767a672fb341ff3fd1c497 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 18 Feb 2004 00:54:34 +0000 Subject: [PATCH] h8300.md (*one_complsi2_h8300): Change to *one_cmplsi2_h8300. * config/h8300/h8300.md (*one_complsi2_h8300): Change to *one_cmplsi2_h8300. (*one_complsi2_h8300hs): Change to *one_cmplsi2_h8300hs. From-SVN: r78007 --- gcc/ChangeLog | 6 ++++++ gcc/config/h8300/h8300.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 86218e5dee8..94360f42bdb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-02-17 Kazu Hirata + + * config/h8300/h8300.md (*one_complsi2_h8300): Change to + *one_cmplsi2_h8300. + (*one_complsi2_h8300hs): Change to *one_cmplsi2_h8300hs. + 2004-02-17 Kazu Hirata * config/h8300/h8300-protos.h: Update the prototype of diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 4cb396df7b5..9ade8ab9646 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -1540,14 +1540,14 @@ "" "") -(define_insn "*one_complsi2_h8300" +(define_insn "*one_cmplsi2_h8300" [(set (match_operand:SI 0 "register_operand" "=r") (not:SI (match_operand:SI 1 "register_operand" "0")))] "TARGET_H8300" "not %w0\;not %x0\;not %y0\;not %z0" [(set_attr "length" "8")]) -(define_insn "*one_complsi2_h8300hs" +(define_insn "*one_cmplsi2_h8300hs" [(set (match_operand:SI 0 "register_operand" "=r") (not:SI (match_operand:SI 1 "register_operand" "0")))] "TARGET_H8300H || TARGET_H8300S" -- 2.30.2