Fix spelling mistake. NFCI.

llvm-svn: 357843
This commit is contained in:
Simon Pilgrim 2019-04-06 15:38:34 +00:00
parent ec28615f7f
commit af1cbdd3ba
1 changed files with 1 additions and 1 deletions

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