[AArch64] Remove unused constant NeonBitsPerVector (NFC)

This commit is contained in:
Kazu Hirata 2022-01-01 22:05:16 -08:00
parent fc2b09a744
commit 3f7fd50c27
1 changed files with 0 additions and 1 deletions

View File

@ -757,7 +757,6 @@ namespace AArch64 {
// <n x (M*P) x t> vector (such as index 1) are undefined.
static constexpr unsigned SVEBitsPerBlock = 128;
static constexpr unsigned SVEMaxBitsPerVector = 2048;
const unsigned NeonBitsPerVector = 128;
} // end namespace AArch64
} // end namespace llvm