diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-02-20 23:11:35 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-02-20 23:11:35 +0000 |
commit | d64f6f86e5fbe5996bbb406b34a4f8b931c21bf7 (patch) | |
tree | b8504e9838aa1f35444226ac3d21a8031da9faeb /gcc | |
parent | fd7acc3008b8e4a34cf2ba99a90dcaa98a0049e5 (diff) | |
download | gcc-d64f6f86e5fbe5996bbb406b34a4f8b931c21bf7.zip gcc-d64f6f86e5fbe5996bbb406b34a4f8b931c21bf7.tar.gz gcc-d64f6f86e5fbe5996bbb406b34a4f8b931c21bf7.tar.bz2 |
h8300.md (addhi3_incdec): Change the name to *addhi3_incdec.
* config/h8300/h8300.md (addhi3_incdec): Change the name to
*addhi3_incdec.
(addsi3_incdec): Change the name to *addsi3_incdec.
From-SVN: r63188
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/h8300/h8300.md | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index efac978..7772a2b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-02-20 Kazu Hirata <kazu@cs.umass.edu> + + * config/h8300/h8300.md (addhi3_incdec): Change the name to + *addhi3_incdec. + (addsi3_incdec): Change the name to *addsi3_incdec. + 2003-02-20 Roger Sayle <roger@eyesopen.com> * explow.c (force_reg): Avoid useless REG_EQUAL notes. diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index cd824e5..254d382 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -827,7 +827,7 @@ [(set_attr "length" "2,2,2,4,2") (set_attr "cc" "none_0hit,none_0hit,clobber,set_zn,set_zn")]) -(define_insn "addhi3_incdec" +(define_insn "*addhi3_incdec" [(set (match_operand:HI 0 "register_operand" "=r,r") (unspec:HI [(match_operand:HI 1 "register_operand" "0,0") (match_operand:HI 2 "incdec_operand" "M,O")] @@ -876,7 +876,7 @@ (set (attr "cc") (symbol_ref "compute_plussi_cc (operands)"))]) -(define_insn "addsi3_incdec" +(define_insn "*addsi3_incdec" [(set (match_operand:SI 0 "register_operand" "=r,r") (unspec:SI [(match_operand:SI 1 "register_operand" "0,0") (match_operand:SI 2 "incdec_operand" "M,O")] |