OSDN Git Service

* config/h8300/h8300.md (addhi3_incdec): Change the name to
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Feb 2003 23:11:35 +0000 (23:11 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Feb 2003 23:11:35 +0000 (23:11 +0000)
*addhi3_incdec.
(addsi3_incdec): Change the name to *addsi3_incdec.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63188 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/h8300/h8300.md

index efac978..7772a2b 100644 (file)
@@ -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.
index cd824e5..254d382 100644 (file)
   [(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")]
    (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")]