diff options
author | Chenghui Pan <panchenghui@loongson.cn> | 2024-03-15 09:30:26 +0800 |
---|---|---|
committer | Lulu Cheng <chenglulu@loongson.cn> | 2024-03-20 10:13:59 +0800 |
commit | 1938d9d2bb8ecf84d2aa3c3ef2fb78ec19433057 (patch) | |
tree | 623d02e59e59af1048ab507ec5f0fa1c7984101e /gcc/system.h | |
parent | 0529f98b7b1b0eadb009a7aa3161462897e53745 (diff) | |
download | gcc-1938d9d2bb8ecf84d2aa3c3ef2fb78ec19433057.zip gcc-1938d9d2bb8ecf84d2aa3c3ef2fb78ec19433057.tar.gz gcc-1938d9d2bb8ecf84d2aa3c3ef2fb78ec19433057.tar.bz2 |
LoongArch: Change loongarch_expand_vec_cmp()'s return type from bool to void.
This function is always return true at the end of function implementation,
so the return value is useless.
gcc/ChangeLog:
* config/loongarch/lasx.md (vec_cmp<mode><mode256_i>): Remove checking
of loongarch_expand_vec_cmp()'s return value.
(vec_cmpu<ILASX:mode><mode256_i>): Ditto.
* config/loongarch/lsx.md (vec_cmp<mode><mode_i>): Ditto.
(vec_cmpu<ILSX:mode><mode_i>): Ditto.
* config/loongarch/loongarch-protos.h
(loongarch_expand_vec_cmp): Change loongarch_expand_vec_cmp()'s return
type from bool to void.
* config/loongarch/loongarch.cc (loongarch_expand_vec_cmp): Ditto.
Diffstat (limited to 'gcc/system.h')
0 files changed, 0 insertions, 0 deletions