commit
06ef87fe63
|
@ -22457,7 +22457,7 @@ void InterCodeProcedure::RebuildIntegerRangeSet(void)
|
||||||
mEntryBlock->RestartLocalIntegerRangeSets(mTemporaries.Size(), mLocalVars, mParamVars);
|
mEntryBlock->RestartLocalIntegerRangeSets(mTemporaries.Size(), mLocalVars, mParamVars);
|
||||||
|
|
||||||
// No need to re-init the loop specific parts, we are restarting.
|
// No need to re-init the loop specific parts, we are restarting.
|
||||||
// Would lead to inifinte pumping weak - bound in some cases
|
// Would lead to infinite pumping weak - bound in some cases
|
||||||
#if 1
|
#if 1
|
||||||
int limit = 10;
|
int limit = 10;
|
||||||
do {
|
do {
|
||||||
|
|
Loading…
Reference in New Issue