mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 11:30:43 +08:00
aarch64: Delete unnecessary code
gcc/ * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Delete redundant extra_cost variable.
This commit is contained in:
parent
0f4f9bc122
commit
03c547d665
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user