Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 1169682

Browse files
committed
Fix typo in comment. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280025 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent cf53871 commit 1169682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Target/X86/X86ISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11582,7 +11582,7 @@ static SDValue lowerV8I32VectorShuffle(const SDLoc &DL, ArrayRef<int> Mask,
1158211582
return Rotate;
1158311583

1158411584
// Try to create an in-lane repeating shuffle mask and then shuffle the
11585-
// the results into the target lanes.
11585+
// results into the target lanes.
1158611586
if (SDValue V = lowerShuffleAsRepeatedMaskAndLanePermute(
1158711587
DL, MVT::v8i32, V1, V2, Mask, Subtarget, DAG))
1158811588
return V;

0 commit comments

Comments
 (0)