Fix spelling. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 26 Feb 2016 21:56:27 +0000 (21:56 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 26 Feb 2016 21:56:27 +0000 (21:56 +0000)
llvm-svn: 262078

llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp

index 989bce4..e84d76a 100644 (file)
@@ -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)