]> granicus.if.org Git - llvm/commitdiff
Fix spelling mistake. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 6 Apr 2019 15:38:34 +0000 (15:38 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 6 Apr 2019 15:38:34 +0000 (15:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357843 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 0e0d07b349f7be0a90107ac7f7d5b529857eac31..20d49439ece4f6bc6a829be81f2bda93ac952ff6 100644 (file)
@@ -34832,7 +34832,7 @@ static SDValue combineSelectOfTwoConstants(SDNode *N, SelectionDAG &DAG) {
 /// If this is a *dynamic* select (non-constant condition) and we can match
 /// this node with one of the variable blend instructions, restructure the
 /// condition so that blends can use the high (sign) bit of each element.
-/// This function will also call SimplfiyDemandedBits on already created
+/// This function will also call SimplifyDemandedBits on already created
 /// BLENDV to perform additional simplifications.
 static SDValue combineVSelectToBLENDV(SDNode *N, SelectionDAG &DAG,
                                            TargetLowering::DAGCombinerInfo &DCI,