platform_bionic/linker/arch/arm_neon
Ryan Prichard 928c2492a3 Remove an unused code path
A static analyzer is complaining that num_valid_bits could be 64, and if
it were 64, then two later accesses would be out-of-bounds. is_nul_u64
can't be zero, though, because we only exit the loop when part of is_nul
is non-zero.

Bug: none
Test: manual
Change-Id: I75c3f70b600aa5478cb32fdf4ca0ae1173b69524
2020-01-22 13:59:15 -08:00
..
linker_gnu_hash_neon.cpp Remove an unused code path 2020-01-22 13:59:15 -08:00
linker_gnu_hash_neon.h Neon-optimized version of the GNU symbol calculation 2020-01-13 13:29:25 -08:00