[llvm] r280025 - Fix typo in comment. NFC.
Michael Kuperstein via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 29 15:49:05 PDT 2016
Author: mkuper
Date: Mon Aug 29 17:49:05 2016
New Revision: 280025
URL: http://llvm.org/viewvc/llvm-project?rev=280025&view=rev
Log:
Fix typo in comment. NFC.
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=280025&r1=280024&r2=280025&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Mon Aug 29 17:49:05 2016
@@ -11582,7 +11582,7 @@ static SDValue lowerV8I32VectorShuffle(c
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;
More information about the llvm-commits
mailing list