mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 06:29:32 +02:00
* propagate life info properly
This commit is contained in:
parent
94368d06ee
commit
a27cb35fa8
@ -414,8 +414,8 @@ unit optdfa;
|
||||
begin
|
||||
{ nested statement }
|
||||
CreateInfo(tstatementnode(node).statement);
|
||||
{ inherit info }
|
||||
node.optinfo^.life:=tstatementnode(node).statement.optinfo^.life;
|
||||
{ propagate info }
|
||||
node.optinfo^.life:=tstatementnode(node).successor.optinfo^.life;
|
||||
end;
|
||||
|
||||
blockn:
|
||||
|
Loading…
Reference in New Issue
Block a user