* no need to synchronise the upper bound of a for-loop after the loop

anymore if it is a regvar, because it cannot be a regvar anymore
    after the fix for tw8883

git-svn-id: trunk@7358 -
This commit is contained in:
Jonas Maebe 2007-05-16 12:13:28 +00:00
parent 79f314cf96
commit fdc813db9a

View File

@ -390,9 +390,8 @@ implementation
get_used_regvars(right,usedregvars);
{ loop body }
get_used_regvars(t2,usedregvars);
{ end value if necessary }
if (t1.location.loc = LOC_CREGISTER) then
get_used_regvars(t1,usedregvars);
{ end value (t1) is not necessary (it cannot be a regvar, }
{ see webtbs/tw8883) }
gen_sync_regvars(current_asmdata.CurrAsmList,usedregvars);
end