[llvm] r262078 - Fix spelling. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 13:56:27 PST 2016


Author: rksimon
Date: Fri Feb 26 15:56:27 2016
New Revision: 262078

URL: http://llvm.org/viewvc/llvm-project?rev=262078&view=rev
Log:
Fix spelling. NFCI.

Modified:
    llvm/trunk/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp

Modified: llvm/trunk/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp?rev=262078&r1=262077&r2=262078&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp Fri Feb 26 15:56:27 2016
@@ -119,7 +119,7 @@ void DecodeVPERMILPMask(const Constant *
     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)




More information about the llvm-commits mailing list