From: Craig Topper Date: Fri, 13 Oct 2017 05:35:34 +0000 (+0000) Subject: [SelectionDAG] Fix typo in comment. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b8bd277b9ed751ddf1f2b870c4df9ee5f58e8c4;p=llvm [SelectionDAG] Fix typo in comment. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315670 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 7570b06a5de..68602c81481 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -458,7 +458,7 @@ TargetLowering::SimplifyDemandedBits(SDNode *User, unsigned OpIdx, // If Old has more than one use then it must be Op, because the // AssumeSingleUse flag is not propogated to recursive calls of // SimplifyDemanded bits, so the only node with multiple use that - // it will attempt to combine will be opt. + // it will attempt to combine will be Op. assert(TLO.Old == Op); SmallVector NewOps;