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 | 3e6e188ee3c64c9d33d7e5de9e82e85f6d71ac13 (patch) | |
| tree | 09b23c5635bbffc382ab2925b9b00f3a459152b0 /llvm/lib/Transforms | |
| parent | 8804f40321c27394d328b9abe58c2ec8ef2621e1 (diff) | |
| download | bcm5719-llvm-3e6e188ee3c64c9d33d7e5de9e82e85f6d71ac13.tar.gz bcm5719-llvm-3e6e188ee3c64c9d33d7e5de9e82e85f6d71ac13.zip | |
Remove an obsolete comment.
llvm-svn: 70262
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/IndVarSimplify.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp index 141b1181bf9..be94c457934 100644 --- a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp +++ b/llvm/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), |

