From: Bin Cheng Date: Thu, 11 Aug 2016 10:29:51 +0000 (+0000) Subject: aarch64-simd.md (vcond): Delete unused declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9ac2d1dee7c7e1bf2e8655d25b14bfbee0feda8e;p=gcc.git aarch64-simd.md (vcond): Delete unused declaration. * config/aarch64/aarch64-simd.md (vcond): Delete unused declaration. (vcond): Ditto. (vcondu, vcondu): Ditto. From-SVN: r239359 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5c618dce549..970a4b95ba4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,13 @@ 2016-08-11 Bin Cheng - * config/aarch64/aarch64-simd.md (vec_cmp: Init + * config/aarch64/aarch64-simd.md (vcond): Delete + unused declaration. + (vcond): Ditto. + (vcondu, vcondu): Ditto. + +2016-08-11 Bin Cheng + + * config/aarch64/aarch64-simd.md (vec_cmp): Init variable explicitly, also assert on it before use. 2016-08-11 Richard Biener diff --git a/gcc/config/aarch64/aarch64-simd.md b/gcc/config/aarch64/aarch64-simd.md index 3817895b6ee..feb5e96b46f 100644 --- a/gcc/config/aarch64/aarch64-simd.md +++ b/gcc/config/aarch64/aarch64-simd.md @@ -2573,7 +2573,6 @@ "TARGET_SIMD" { rtx mask = gen_reg_rtx (mode); - enum rtx_code code = GET_CODE (operands[3]); emit_insn (gen_vec_cmp (mask, operands[3], operands[4], operands[5])); @@ -2594,7 +2593,6 @@ "TARGET_SIMD" { rtx mask = gen_reg_rtx (mode); - enum rtx_code code = GET_CODE (operands[3]); emit_insn (gen_vec_cmp (mask, operands[3], operands[4], operands[5])); @@ -2616,7 +2614,6 @@ "TARGET_SIMD" { rtx mask = gen_reg_rtx (mode); - enum rtx_code code = GET_CODE (operands[3]); emit_insn (gen_vec_cmp (mask, operands[3], operands[4], operands[5])); @@ -2636,7 +2633,6 @@ "TARGET_SIMD" { rtx mask = gen_reg_rtx (mode); - enum rtx_code code = GET_CODE (operands[3]); emit_insn (gen_vec_cmp ( mask, operands[3],