mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
Fix a typo in a comment that Duncan noticed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94562 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ea32d8f465
commit
155eec7fa9
@ -5013,7 +5013,7 @@ ScalarEvolution::HowManyLessThans(const SCEV *LHS, const SCEV *RHS,
|
||||
// Note that it's not sufficient to check NoWrap here, because even
|
||||
// though the value after a wrap is undefined, it's not undefined
|
||||
// behavior, so if wrap does occur, the loop could either terminate or
|
||||
// loop infinately, but in either case, the loop is guaranteed to
|
||||
// loop infinitely, but in either case, the loop is guaranteed to
|
||||
// iterate at least until the iteration where the wrapping occurs.
|
||||
const SCEV *One = getIntegerSCEV(1, Step->getType());
|
||||
if (isSigned) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user