]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm: [MVE intrinsics] Remove dead check for float type in parse_element_type
authorChristophe Lyon <christophe.lyon@linaro.org>
Mon, 14 Aug 2023 18:07:12 +0000 (18:07 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Mon, 28 Aug 2023 08:55:36 +0000 (08:55 +0000)
commit3f142ab6e6e9c0579c8e303291a0e209a14c23bf
tree07c531b1b32326845295c6e5cd6134176d445890
parent23570163379fb08f25d95fbe184f3cd2468aa1b1
arm: [MVE intrinsics] Remove dead check for float type in parse_element_type

Fix a likely copy/paste error, where we check if ch == 'f' after we
checked it's either 's' or 'u'.

2023-08-14  Christophe Lyon  <christophe.lyon@linaro.org>

gcc/
* config/arm/arm-mve-builtins-shapes.cc (parse_element_type):
Remove dead check.
gcc/config/arm/arm-mve-builtins-shapes.cc