[DAGCombiner] Fix Comment. NFC.
authorNirav Dave <niravd@google.com>
Wed, 13 Mar 2019 17:44:40 +0000 (17:44 +0000)
committerNirav Dave <niravd@google.com>
Wed, 13 Mar 2019 17:44:40 +0000 (17:44 +0000)
llvm-svn: 356069

llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

index 1095b41..f6363e2 100644 (file)
@@ -1709,7 +1709,7 @@ SDValue DAGCombiner::visitTokenFactor(SDNode *N) {
   if (OptLevel == CodeGenOpt::None)
     return SDValue();
 
-  // If this is used only a single token factor, we should make sure we have a
+  // If the sole user is a token factor, we should make sure we have a
   // chance to merge them together. This prevents TF chains from inhibiting
   // optimizations.
   if (N->hasOneUse() && N->use_begin()->getOpcode() == ISD::TokenFactor)