diff options
author | Craig Topper <craig.topper@intel.com> | 2018-10-25 05:00:20 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2018-10-25 05:00:20 +0000 |
commit | eaa1cf5b574438210eb7f41285c4004ec194749e (patch) | |
tree | b308caeec64d5ccc2103ef2d9061b9c721f30707 | |
parent | bc90461818e252ef6a4c276d54c24b2b4f67f27e (diff) | |
download | bcm5719-llvm-eaa1cf5b574438210eb7f41285c4004ec194749e.tar.gz bcm5719-llvm-eaa1cf5b574438210eb7f41285c4004ec194749e.zip |
[X86] Fix typo in comment. NFC
llvm-svn: 345236
-rw-r--r-- | llvm/lib/Target/X86/X86InterleavedAccess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InterleavedAccess.cpp b/llvm/lib/Target/X86/X86InterleavedAccess.cpp index 6c7fb9c339a..28940754a20 100644 --- a/llvm/lib/Target/X86/X86InterleavedAccess.cpp +++ b/llvm/lib/Target/X86/X86InterleavedAccess.cpp @@ -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, |