[llvm] r317295 - [LSR] Clarify a comment. NFC.

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 18:01:28 PDT 2017


Author: vedantk
Date: Thu Nov  2 18:01:28 2017
New Revision: 317295

URL: http://llvm.org/viewvc/llvm-project?rev=317295&view=rev
Log:
[LSR] Clarify a comment. NFC.

Modified:
    llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp

Modified: llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp?rev=317295&r1=317294&r2=317295&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp Thu Nov  2 18:01:28 2017
@@ -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;
 




More information about the llvm-commits mailing list