diff options
| author | Dan Gohman <gohman@apple.com> | 2009-04-27 22:12:34 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-04-27 22:12:34 +0000 |
| commit | e57ec73d79c10811e2c0ac4579c62e110ee7f7bd (patch) | |
| tree | 511254427423c9b2ebf253c0fe58a87f42e7eb6e | |
| parent | 6cb3e2659698fcc883c437d912f2e29dbd3c9041 (diff) | |
| download | external_llvm-e57ec73d79c10811e2c0ac4579c62e110ee7f7bd.zip external_llvm-e57ec73d79c10811e2c0ac4579c62e110ee7f7bd.tar.gz external_llvm-e57ec73d79c10811e2c0ac4579c62e110ee7f7bd.tar.bz2 | |
Remove an obsolete comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70262 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | lib/Transforms/Scalar/IndVarSimplify.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/Transforms/Scalar/IndVarSimplify.cpp b/lib/Transforms/Scalar/IndVarSimplify.cpp index 141b118..be94c45 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), |
