summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-02-26 21:56:27 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-02-26 21:56:27 +0000
commit10e3ca2cc19678c83378befc6be0feb31e0b2ebc (patch)
treef175989238dbd6749c93dce01bb85dd6c952ac92 /llvm/lib
parentfc7e7ebf36d63bb65ba285b5f206ec106edc652e (diff)
downloadbcm5719-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.cpp2
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)
OpenPOWER on IntegriCloud