Update a comment to reflect the current code.
authorDan Gohman <gohman@apple.com>
Mon, 29 Oct 2007 19:32:39 +0000 (19:32 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 29 Oct 2007 19:32:39 +0000 (19:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43463 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopStrengthReduce.cpp

index a8267d8d68bf9d659951fa4bea4817f62792f13f..01ba7b3063b782a7f11b5f748075206af7bd24c4 100644 (file)
@@ -51,8 +51,8 @@ namespace {
 
   /// IVStrideUse - Keep track of one use of a strided induction variable, where
   /// the stride is stored externally.  The Offset member keeps track of the 
-  /// offset from the IV, User is the actual user of the operand, and 'Operand'
-  /// is the operand # of the User that is the use.
+  /// offset from the IV, User is the actual user of the operand, and
+  /// 'OperandValToReplace' is the operand of the User that is the use.
   struct VISIBILITY_HIDDEN IVStrideUse {
     SCEVHandle Offset;
     Instruction *User;