]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm: [MVE intrinsics] Fix typo
authorChristophe Lyon <christophe.lyon@linaro.org>
Wed, 22 Nov 2023 09:50:11 +0000 (09:50 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Wed, 22 Nov 2023 09:53:50 +0000 (09:53 +0000)
commit65bd6de0de57abc86931a5e0b9a8d453ad530004
tree9f8a45eb22babc2ba194e1e475b7e37b5d8efece
parentfce367810149580da1bb0cb0c3cd4fb00b968f1c
arm: [MVE intrinsics] Fix typo

In commt 0c2037d9d93a8f768cb11698ff794278246bb31f (Add support for
contiguous loads and stores), I added a spurious line which broke
bootstrap because of an unused variable error.

This patch removes it.

Committed as obvious.

2023-11-22  Christophe Lyon  <christophe.lyon@linaro.org>

gcc/ChangeLog:

* config/arm/arm-mve-builtins.cc
(function_resolver::infer_pointer_type): Remove spurious line.
gcc/config/arm/arm-mve-builtins.cc