Fix typo - symetric -> symmetric.
authorEric Christopher <echristo@gmail.com>
Fri, 21 Aug 2015 16:23:39 +0000 (16:23 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 21 Aug 2015 16:23:39 +0000 (16:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245705 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 30ace06f44ba0bff2e34081a257f7456c315e072..9f1bf6ddeb076c5309636c0cb73de9ae2b7c0237 100644 (file)
@@ -10749,7 +10749,7 @@ static bool BUILD_VECTORtoBlendMask(BuildVectorSDNode *BuildVector,
   unsigned NumLanes = (NumElems - 1) / 8 + 1;
   unsigned NumElemsInLane = NumElems / NumLanes;
 
-  // Blend for v16i16 should be symetric for the both lanes.
+  // Blend for v16i16 should be symmetric for the both lanes.
   for (unsigned i = 0; i < NumElemsInLane; ++i) {
     SDValue EltCond = BuildVector->getOperand(i);
     SDValue SndLaneEltCond =