mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:09:27 +02:00
* life info dfa for break and continue
git-svn-id: trunk@7298 -
This commit is contained in:
parent
62d54389c8
commit
c0d27b5482
@ -286,10 +286,9 @@ unit optdfa;
|
||||
{ finally, update the life info of the node }
|
||||
UpdateLifeInfo(node,l);
|
||||
end;
|
||||
goton:
|
||||
begin
|
||||
calclife(node);
|
||||
end;
|
||||
continuen,
|
||||
goton,
|
||||
breakn,
|
||||
labeln:
|
||||
begin
|
||||
calclife(node);
|
||||
|
Loading…
Reference in New Issue
Block a user