diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-04-06 15:38:34 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-04-06 15:38:34 +0000 |
commit | af1cbdd3bac09a280e026a78b13bc7f61f88faf0 (patch) | |
tree | 3622058001a6fc5787637d94f77f9292b1bf77c3 /llvm/lib | |
parent | ec28615f7fcd0f0283baf176f10f1304ddea84ec (diff) | |
download | bcm5719-llvm-af1cbdd3bac09a280e026a78b13bc7f61f88faf0.tar.gz bcm5719-llvm-af1cbdd3bac09a280e026a78b13bc7f61f88faf0.zip |
Fix spelling mistake. NFCI.
llvm-svn: 357843
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 0e0d07b349f..20d49439ece 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/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, |