]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm: [MVE intrinsics] Remove unused builtins qualifiers
authorChristophe Lyon <christophe.lyon@linaro.org>
Wed, 30 Oct 2024 09:50:16 +0000 (09:50 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Wed, 30 Oct 2024 09:59:59 +0000 (09:59 +0000)
commitdf11cb0bc4ef9f12c2315c2833be3900a2847965
tree472f5e48aaeea65994c48b15db1f93c8f1547a89
parente8c3d0f7c19f506c20a621573d4d50497bc79e3c
arm: [MVE intrinsics] Remove unused builtins qualifiers

After the re-implementation of MVE vld/vst intrinsics, a few builtins
qualifiers became useless.

This patch removes them to restore bootstrap (otherwise the build
fails because of 'defined but not used' errors.

gcc/ChangeLog:

* config/arm/arm-builtins.cc (STRS_QUALIFIERS): Delete.
(STRU_QUALIFIERS): Delete.
(STRS_P_QUALIFIERS): Delete.
(STRU_P_QUALIFIERS): Delete.
(LDRS_QUALIFIERS): Delete.
(LDRU_QUALIFIERS): Delete.
(LDRS_Z_QUALIFIERS): Delete.
(LDRU_Z_QUALIFIERS): Delete.
gcc/config/arm/arm-builtins.cc