aarch64: Remove redundant flag_vect_cost_model test
authorRichard Sandiford <richard.sandiford@arm.com>
Wed, 13 Oct 2021 18:32:36 +0000 (19:32 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Thu, 14 Oct 2021 10:57:51 +0000 (11:57 +0100)
commitf837785cc430f1924ec2842bf559fe602d76e5e3
treef58938a591b4504d7ab29b010fdabd314c7ba4a2
parent3d0a7271b383c95d5c8dc9647966517a61e71abb
aarch64: Remove redundant flag_vect_cost_model test

The aarch64 version of add_stmt_cost has a redundant test
of flag_vect_cost_model.  The current structure was based
on the contemporaneous definition of default_add_stmt_cost,
but g:d6d1127249564146429009e0682f25bd58d7a791 later removed
the flag_vect_cost_model test from the default version.

gcc/
* config/aarch64/aarch64.c (aarch64_add_stmt_cost): Remove
redundant test for flag_vect_cost_model.
gcc/config/aarch64/aarch64.c