aarch64: Delete unnecessary code

gcc/
	* config/aarch64/aarch64.c (aarch64_if_then_else_costs): Delete
	redundant extra_cost variable.
This commit is contained in:
Hu Jiangping 2020-08-04 17:35:12 +01:00 committed by Richard Sandiford
parent 0f4f9bc122
commit 03c547d665

View File

@ -11780,8 +11780,6 @@ aarch64_if_then_else_costs (rtx op0, rtx op1, rtx op2, int *cost, bool speed)
if (speed)
{
machine_mode mode = GET_MODE (XEXP (op1, 0));
const struct cpu_cost_table *extra_cost
= aarch64_tune_params.insn_extra_cost;
if (GET_MODE_CLASS (mode) == MODE_INT)
*cost += extra_cost->alu.arith;