From 638faf41ab4db75f40fdac9db4a7a5694d7995ee Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 2 Mar 2004 06:01:52 +0000 Subject: [PATCH] * config/h8300/h8300.md (*cmphi_h8300): Rename to *cmphi_h8300_znvc. (*cmphi_h8300hs): Rename to *cmphi_h8300hs_znvc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78752 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 27794764..eef3837 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-03-02 Kazu Hirata + + * config/h8300/h8300.md (*cmphi_h8300): Rename to + *cmphi_h8300_znvc. + (*cmphi_h8300hs): Rename to *cmphi_h8300hs_znvc. + 2004-03-01 Mark Mitchell PR bootstrap/14356 diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 45295af..b7e481e 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -780,7 +780,7 @@ operands[1] = force_reg (HImode, operands[1]); }") -(define_insn "*cmphi_h8300" +(define_insn "*cmphi_h8300_znvc" [(set (cc0) (compare (match_operand:HI 0 "register_operand" "r") (match_operand:HI 1 "register_operand" "r")))] @@ -789,7 +789,7 @@ [(set_attr "length" "2") (set_attr "cc" "compare")]) -(define_insn "*cmphi_h8300hs" +(define_insn "*cmphi_h8300hs_znvc" [(set (cc0) (compare (match_operand:HI 0 "register_operand" "r,r") (match_operand:HI 1 "nonmemory_operand" "r,n")))] -- 2.7.4