diff options
| author | Eric Christopher <echristo@gmail.com> | 2015-08-21 16:23:39 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2015-08-21 16:23:39 +0000 |
| commit | e5e302f7e03193e335ebb292afdb5b7794797e79 (patch) | |
| tree | d795d492616c71d03f0a791f8e8f4ac1909c043b | |
| parent | 44d7bef0fac3b54593f551afbb604fe2206c4f7c (diff) | |
| download | bcm5719-llvm-e5e302f7e03193e335ebb292afdb5b7794797e79.tar.gz bcm5719-llvm-e5e302f7e03193e335ebb292afdb5b7794797e79.zip | |
Fix typo - symetric -> symmetric.
llvm-svn: 245705
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 30ace06f44b..9f1bf6ddeb0 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -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 = |

