From: Simon Pilgrim Date: Sat, 6 Apr 2019 15:38:34 +0000 (+0000) Subject: Fix spelling mistake. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0f99ea4f0d3d40c14dfe9bf97173bb37ec440f7;p=llvm Fix spelling mistake. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357843 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 0e0d07b349f..20d49439ece 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp @@ -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,