From: Dan Gohman Date: Mon, 27 Apr 2009 22:12:34 +0000 (+0000) Subject: Remove an obsolete comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d908adf2ec0dc774ac95441e755ce3fea94ce329;p=oota-llvm.git Remove an obsolete comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70262 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/IndVarSimplify.cpp b/lib/Transforms/Scalar/IndVarSimplify.cpp index 141b1181bf9..be94c457934 100644 --- a/lib/Transforms/Scalar/IndVarSimplify.cpp +++ b/lib/Transforms/Scalar/IndVarSimplify.cpp @@ -370,11 +370,9 @@ static const Type *getEffectiveIndvarType(const PHINode *Phi, 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),