mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 08:48:08 +02:00
* 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:
parent
79f314cf96
commit
fdc813db9a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user