Skip to content

Commit 65bd6de

Browse files
author
Christophe Lyon
committed
arm: [MVE intrinsics] Fix typo
In commt 0c2037d (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 <[email protected]> gcc/ChangeLog: * config/arm/arm-mve-builtins.cc (function_resolver::infer_pointer_type): Remove spurious line.
1 parent fce3678 commit 65bd6de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gcc/config/arm/arm-mve-builtins.cc

-1
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,6 @@ function_resolver::infer_pointer_type (unsigned int argno)
11681168
build_qualified_type (target, 0));
11691169
return NUM_TYPE_SUFFIXES;
11701170
}
1171-
unsigned int bits = type_suffixes[type].element_bits;
11721171

11731172
return type;
11741173
}

0 commit comments

Comments
 (0)