[X86] Fix typo in comment. NFC

llvm-svn: 345236
This commit is contained in:
Craig Topper 2018-10-25 05:00:20 +00:00
parent bc90461818
commit eaa1cf5b57
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ static void setGroupSize(MVT VT, SmallVectorImpl<uint32_t> &SizeInfo) {
// {DiffToJump,...,VF/2-1,VF,...,DiffToJump+VF-1}.
// Imm variable sets the offset amount. The result of the
// function is stored inside ShuffleMask vector and it built as described in
// the begin of the description. AlignDirection is a boolean that indecat the
// the begin of the description. AlignDirection is a boolean that indicates the
// direction of the alignment. (false - align to the "right" side while true -
// align to the "left" side)
static void DecodePALIGNRMask(MVT VT, unsigned Imm,