mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-19 13:38:56 +00:00
Remove an obsolete comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70262 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
617d108a63
commit
d908adf2ec
@ -370,11 +370,9 @@ static const Type *getEffectiveIndvarType(const PHINode *Phi,
|
|||||||
return Ty;
|
return Ty;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TestOrigIVForWrap - Analyze the original induction variable
|
/// TestOrigIVForWrap - Analyze the original induction variable that
|
||||||
/// that controls the loop's iteration to determine whether it
|
/// controls the loop's iteration to determine whether it would ever
|
||||||
/// would ever undergo signed or unsigned overflow. Also, check
|
/// undergo signed or unsigned overflow.
|
||||||
/// whether an induction variable in the same type that starts
|
|
||||||
/// at 0 would undergo signed overflow.
|
|
||||||
///
|
///
|
||||||
/// In addition to setting the NoSignedWrap and NoUnsignedWrap
|
/// In addition to setting the NoSignedWrap and NoUnsignedWrap
|
||||||
/// variables to true when appropriate (they are not set to false here),
|
/// variables to true when appropriate (they are not set to false here),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user