mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 10:06:23 +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 }
|
{ finally, update the life info of the node }
|
||||||
UpdateLifeInfo(node,l);
|
UpdateLifeInfo(node,l);
|
||||||
end;
|
end;
|
||||||
goton:
|
continuen,
|
||||||
begin
|
goton,
|
||||||
calclife(node);
|
breakn,
|
||||||
end;
|
|
||||||
labeln:
|
labeln:
|
||||||
begin
|
begin
|
||||||
calclife(node);
|
calclife(node);
|
||||||
|
Loading…
Reference in New Issue
Block a user