[llvm-commits] [llvm] r70262 - /llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp
Dan Gohman
gohman at apple.com
Mon Apr 27 15:12:34 PDT 2009
Author: djg
Date: Mon Apr 27 17:12:34 2009
New Revision: 70262
URL: http://llvm.org/viewvc/llvm-project?rev=70262&view=rev
Log:
Remove an obsolete comment.
Modified:
llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp?rev=70262&r1=70261&r2=70262&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp Mon Apr 27 17:12:34 2009
@@ -370,11 +370,9 @@
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),
More information about the llvm-commits
mailing list