projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67f79f0
)
Fix typo - symetric -> symmetric.
author
Eric Christopher
<echristo@gmail.com>
Fri, 21 Aug 2015 16:23:39 +0000
(16:23 +0000)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86ISelLowering.cpp
b/lib/Target/X86/X86ISelLowering.cpp
index 30ace06f44ba0bff2e34081a257f7456c315e072..9f1bf6ddeb076c5309636c0cb73de9ae2b7c0237 100644
(file)
--- a/
lib/Target/X86/X86ISelLowering.cpp
+++ b/
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 sym
m
etric for the both lanes.
for (unsigned i = 0; i < NumElemsInLane; ++i) {
SDValue EltCond = BuildVector->getOperand(i);
SDValue SndLaneEltCond =