From 10e3ca2cc19678c83378befc6be0feb31e0b2ebc Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Fri, 26 Feb 2016 21:56:27 +0000 Subject: [PATCH] Fix spelling. NFCI. llvm-svn: 262078 --- llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp b/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp index 989bce447fe7..e84d76adff48 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) -- 2.34.1