diff options
| author | Simon Pilgrim <lvm-dev@redking.me.uk> | 2014-10-11 14:23:36 +0000 |
|---|---|---|
| committer | Simon Pilgrim <lvm-dev@redking.me.uk> | 2014-10-11 14:23:36 +0000 |
| commit | d89591e0a146ab3aed261867c1530ca32d947a45 (patch) | |
| tree | 77625fe29f32a86d1093b1725f5d3fcdef604d5a /llvm/lib/Target | |
| parent | 60fdc4134646d56cf2f3f99539f4469c9431ccd5 (diff) | |
| download | bcm5719-llvm-d89591e0a146ab3aed261867c1530ca32d947a45.tar.gz bcm5719-llvm-d89591e0a146ab3aed261867c1530ca32d947a45.zip | |
Test commit access
Fix comment typo + spelling.
llvm-svn: 219572
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index b7015621321..90eea22f77b 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -7449,7 +7449,7 @@ static SDValue lowerVectorShuffleAsDecomposedShuffleBlend(SDLoc DL, MVT VT, /// \brief Try to lower a vector shuffle as a byte rotation. /// /// We have a generic PALIGNR instruction in x86 that will do an arbitrary -/// byte-rotation of a the concatentation of two vectors. This routine will +/// byte-rotation of the concatenation of two vectors. This routine will /// try to generically lower a vector shuffle through such an instruction. It /// does not check for the availability of PALIGNR-based lowerings, only the /// applicability of this strategy to the given mask. This matches shuffle |

