Fix typo in comment. NFC.
authorMichael Kuperstein <mkuper@google.com>
Mon, 29 Aug 2016 22:49:05 +0000 (22:49 +0000)
committerMichael Kuperstein <mkuper@google.com>
Mon, 29 Aug 2016 22:49:05 +0000 (22:49 +0000)
llvm-svn: 280025

llvm/lib/Target/X86/X86ISelLowering.cpp

index ede3389..406aed3 100644 (file)
@@ -11582,7 +11582,7 @@ static SDValue lowerV8I32VectorShuffle(const SDLoc &DL, ArrayRef<int> Mask,
     return Rotate;
 
   // Try to create an in-lane repeating shuffle mask and then shuffle the
-  // the results into the target lanes.
+  // results into the target lanes.
   if (SDValue V = lowerShuffleAsRepeatedMaskAndLanePermute(
           DL, MVT::v8i32, V1, V2, Mask, Subtarget, DAG))
     return V;