[llvm] r357843 - Fix spelling mistake. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 6 08:38:35 PDT 2019
Author: rksimon
Date: Sat Apr 6 08:38:34 2019
New Revision: 357843
URL: http://llvm.org/viewvc/llvm-project?rev=357843&view=rev
Log:
Fix spelling mistake. NFCI.
Modified:
llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=357843&r1=357842&r2=357843&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Sat Apr 6 08:38:34 2019
@@ -34832,7 +34832,7 @@ static SDValue combineSelectOfTwoConstan
/// 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,
More information about the llvm-commits
mailing list