From: Vedant Kumar Date: Fri, 3 Nov 2017 01:01:28 +0000 (+0000) Subject: [LSR] Clarify a comment. NFC. X-Git-Tag: llvmorg-6.0.0-rc1~4248 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9196ed1be11f3c15cf58f6a3ef1b9b73f8722075;p=platform%2Fupstream%2Fllvm.git [LSR] Clarify a comment. NFC. llvm-svn: 317295 --- diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp index bbb179d..7f03f23 100644 --- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -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;