diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-02-26 21:56:27 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-02-26 21:56:27 +0000 |
commit | 10e3ca2cc19678c83378befc6be0feb31e0b2ebc (patch) | |
tree | f175989238dbd6749c93dce01bb85dd6c952ac92 /llvm/lib | |
parent | fc7e7ebf36d63bb65ba285b5f206ec106edc652e (diff) | |
download | bcm5719-llvm-10e3ca2cc19678c83378befc6be0feb31e0b2ebc.tar.gz bcm5719-llvm-10e3ca2cc19678c83378befc6be0feb31e0b2ebc.zip |
Fix spelling. NFCI.
llvm-svn: 262078
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp b/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp index 989bce447fe..e84d76adff4 100644 --- a/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp +++ b/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp @@ -119,7 +119,7 @@ void DecodeVPERMILPMask(const Constant *C, unsigned ElSize, return; // Support any element type from byte up to element size. - // This is necesary primarily because 64-bit elements get split to 32-bit + // This is necessary primarily because 64-bit elements get split to 32-bit // in the constant pool on 32-bit target. unsigned EltTySize = VecEltTy->getIntegerBitWidth(); if (EltTySize < 8 || EltTySize > ElSize) |