Remove an obsolete comment.

llvm-svn: 70262
This commit is contained in:
Dan Gohman 2009-04-27 22:12:34 +00:00
parent 626b0a32f7
commit 418f294b3b

View File

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