Remove an obsolete comment.
authorDan Gohman <gohman@apple.com>
Mon, 27 Apr 2009 22:12:34 +0000 (22:12 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 27 Apr 2009 22:12:34 +0000 (22:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70262 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/IndVarSimplify.cpp

index 141b1181bf9ba083de5f979d434ee53e90dfd701..be94c45793488265718778f6989e127282226299 100644 (file)
@@ -370,11 +370,9 @@ static const Type *getEffectiveIndvarType(const PHINode *Phi,
   return Ty;
 }
 
   return Ty;
 }
 
-/// TestOrigIVForWrap - Analyze the original induction variable
-/// that controls the loop's iteration to determine whether it
-/// would ever undergo signed or unsigned overflow. Also, check
-/// whether an induction variable in the same type that starts
-/// at 0 would undergo signed overflow.
+/// TestOrigIVForWrap - Analyze the original induction variable that
+/// controls the loop's iteration to determine whether it would ever
+/// undergo signed or unsigned overflow.
 ///
 /// In addition to setting the NoSignedWrap and NoUnsignedWrap
 /// variables to true when appropriate (they are not set to false here),
 ///
 /// In addition to setting the NoSignedWrap and NoUnsignedWrap
 /// variables to true when appropriate (they are not set to false here),