forked from OSchip/llvm-project
[AArch64] Remove unused constant NeonBitsPerVector (NFC)
This commit is contained in:
parent
fc2b09a744
commit
3f7fd50c27
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue