[llvm] r219572 - Test commit access

Simon Pilgrim lvm-dev at redking.me.uk
Sat Oct 11 07:23:37 PDT 2014


Author: rksimon
Date: Sat Oct 11 09:23:36 2014
New Revision: 219572

URL: http://llvm.org/viewvc/llvm-project?rev=219572&view=rev
Log:
Test commit access

Fix comment typo + spelling.

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

Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=219572&r1=219571&r2=219572&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Sat Oct 11 09:23:36 2014
@@ -7449,7 +7449,7 @@ static SDValue lowerVectorShuffleAsDecom
 /// \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





More information about the llvm-commits mailing list