[LSR] Clarify a comment. NFC.
authorVedant Kumar <vsk@apple.com>
Fri, 3 Nov 2017 01:01:28 +0000 (01:01 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 3 Nov 2017 01:01:28 +0000 (01:01 +0000)
llvm-svn: 317295

llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp

index bbb179d..7f03f23 100644 (file)
@@ -1037,7 +1037,7 @@ struct LSRFixup {
   Value *OperandValToReplace = nullptr;
 
   /// If this user is to use the post-incremented value of an induction
-  /// variable, this variable is non-null and holds the loop associated with the
+  /// variable, this set is non-empty and holds the loops associated with the
   /// induction variable.
   PostIncLoopSet PostIncLoops;