]> git.ipfire.org Git - thirdparty/gcc.git/commit
LoongArch: Remove redundant code.
authorLulu Cheng <chenglulu@loongson.cn>
Sat, 2 Nov 2024 02:01:31 +0000 (10:01 +0800)
committerLulu Cheng <chenglulu@loongson.cn>
Fri, 22 Nov 2024 07:23:26 +0000 (15:23 +0800)
commita3a375b2d1801b1bed8cb6c5a12fdda491215fd1
tree561bf705f0fa9e942262e3df262e1f1a6eaa8ece
parent45135f9d5f7316d1256813d808b0f37287ba77d3
LoongArch: Remove redundant code.

TARGET_ASM_ALIGNED_{HI,SI,QI}_OP are defined repeatedly and deleted.

gcc/ChangeLog:

* config/loongarch/loongarch-builtins.cc
(loongarch_builtin_vectorized_function): Delete.
(LARCH_GET_BUILTIN): Delete.
* config/loongarch/loongarch-protos.h
(loongarch_builtin_vectorized_function): Delete.
* config/loongarch/loongarch.cc
(TARGET_ASM_ALIGNED_HI_OP): Delete.
(TARGET_ASM_ALIGNED_SI_OP): Delete.
(TARGET_ASM_ALIGNED_DI_OP): Delete.
gcc/config/loongarch/loongarch-builtins.cc
gcc/config/loongarch/loongarch-protos.h
gcc/config/loongarch/loongarch.cc