Update this comment.
authorDan Gohman <gohman@apple.com>
Fri, 27 May 2011 18:42:33 +0000 (18:42 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 27 May 2011 18:42:33 +0000 (18:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132202 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/IVUsers.cpp

index 2fde73d952e06ca5e82aac1c99e109a3056331e6..a0c42f0cbfa5d8badee61ab22f802db1c396028b 100644 (file)
@@ -152,7 +152,9 @@ bool IVUsers::AddUsersIfInteresting(Instruction *I, PHINode *Phi) {
       // Okay, we found a user that we cannot reduce.
       IVUses.push_back(new IVStrideUse(this, User, I, Phi));
       IVStrideUse &NewUse = IVUses.back();
-      // Transform the expression into a normalized form.
+      // Autodetect the post-inc loop set, populating NewUse.PostIncLoops.
+      // The regular return value here is discarded; instead of recording
+      // it, we just recompute it when we need it.
       ISE = TransformForPostIncUse(NormalizeAutodetect,
                                    ISE, User, I,
                                    NewUse.PostIncLoops,