arm: [MVE intrinsics] Fix typo
In commt 0c2037d9d9
(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.
This commit is contained in:
parent
fce3678101
commit
65bd6de0de
1 changed files with 0 additions and 1 deletions
|
@ -1168,7 +1168,6 @@ function_resolver::infer_pointer_type (unsigned int argno)
|
|||
build_qualified_type (target, 0));
|
||||
return NUM_TYPE_SUFFIXES;
|
||||
}
|
||||
unsigned int bits = type_suffixes[type].element_bits;
|
||||
|
||||
return type;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue