Fix typo - symetric -> symmetric.

llvm-svn: 245705
This commit is contained in:
Eric Christopher 2015-08-21 16:23:39 +00:00
parent 44d7bef0fa
commit e5e302f7e0
1 changed files with 1 additions and 1 deletions

View 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 =