From: Ruan Beihong Date: Tue, 17 Feb 2009 20:26:22 +0000 (+0000) Subject: 2009-02-xx Ruan Beihong Richard Sandiford Richard Sandiford gcc/ 2009-02-xx Ruan Beihong Richard Sandiford * config/mips/mips.c (CODE_FOR_loongson_biadd): Delete. * config/mips/loongson.md (reduc_uplus_): Rename to... (loongson_biadd): ...this. Co-Authored-By: Richard Sandiford From-SVN: r144243 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6947e99f36f..de0bfe3561d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2009-02-17 Ruan Beihong + Richard Sandiford + + * config/mips/mips.c (CODE_FOR_loongson_biadd): Delete. + * config/mips/loongson.md (reduc_uplus_): Rename to... + (loongson_biadd): ...this. + 2009-02-17 Richard Guenther PR tree-optimization/39202 diff --git a/gcc/config/mips/loongson.md b/gcc/config/mips/loongson.md index 8cdb5f466e9..8febfd73fac 100644 --- a/gcc/config/mips/loongson.md +++ b/gcc/config/mips/loongson.md @@ -358,7 +358,7 @@ [(set_attr "type" "fadd")]) ;; Sum of unsigned byte integers. -(define_insn "reduc_uplus_" +(define_insn "loongson_biadd" [(set (match_operand: 0 "register_operand" "=f") (unspec: [(match_operand:VB 1 "register_operand" "f")] UNSPEC_LOONGSON_BIADD))] diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index c98528e7eb4..c69423f0d68 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -11253,7 +11253,6 @@ AVAIL_NON_MIPS16 (cache, TARGET_CACHE_BUILTIN) #define CODE_FOR_loongson_pminub CODE_FOR_uminv8qi3 #define CODE_FOR_loongson_pmulhuh CODE_FOR_umulv4hi3_highpart #define CODE_FOR_loongson_pmulhh CODE_FOR_smulv4hi3_highpart -#define CODE_FOR_loongson_biadd CODE_FOR_reduc_uplus_v8qi #define CODE_FOR_loongson_psubw CODE_FOR_subv2si3 #define CODE_FOR_loongson_psubh CODE_FOR_subv4hi3 #define CODE_FOR_loongson_psubb CODE_FOR_subv8qi3