summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-04-27 22:12:34 +0000
committerDan Gohman <gohman@apple.com>2009-04-27 22:12:34 +0000
commit3e6e188ee3c64c9d33d7e5de9e82e85f6d71ac13 (patch)
tree09b23c5635bbffc382ab2925b9b00f3a459152b0 /llvm/lib/Transforms
parent8804f40321c27394d328b9abe58c2ec8ef2621e1 (diff)
downloadbcm5719-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.cpp8
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),
OpenPOWER on IntegriCloud