aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/symbol.c
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2021-10-14 16:35:41 +0100
committerRichard Sandiford <richard.sandiford@arm.com>2021-10-14 16:35:41 +0100
commit1975395021e34088865e6566e281622a218be70e (patch)
tree97891264b5876badce01b575931a84b13359b973 /gcc/fortran/symbol.c
parentaa62b199f174064d7ffa5d018e7779f5575f7be9 (diff)
downloadgcc-1975395021e34088865e6566e281622a218be70e.zip
gcc-1975395021e34088865e6566e281622a218be70e.tar.gz
gcc-1975395021e34088865e6566e281622a218be70e.tar.bz2
arm: Remove add_stmt_cost hook
The arm implementation of add_stmt_cost was added alongside arm_builtin_vectorization_cost. At that time it was necessary to override the latter when overriding the former, since default_add_stmt_cost didn't indirect through the builtin_vectorization_cost target hook: int stmt_cost = default_builtin_vectorization_cost (kind, vectype, misalign); That was fixed by: | 2014-06-06 Bingfeng Mei <bmei@broadcom.com> | | * targhooks.c (default_add_stmt_cost): Call target specific | hook instead of default one. so the arm definition of add_stmt_cost is now equivalent to the default. gcc/ * config/arm/arm.c (arm_add_stmt_cost): Delete. (TARGET_VECTORIZE_ADD_STMT_COST): Delete.
Diffstat (limited to 'gcc/fortran/symbol.c')
0 files changed, 0 insertions, 0 deletions