* properly take care of tempinitcode when calculating def./use. sums of tempcreate nodes

This commit is contained in:
florian 2024-11-25 20:33:54 +01:00
parent 8ffbbe6a93
commit 81d24975f0

View File

@ -559,6 +559,7 @@ unit optdfa;
{ all other platforms except jvm translate raise nodes into call nodes during pass_1 } { all other platforms except jvm translate raise nodes into call nodes during pass_1 }
raisen, raisen,
{$endif JVM} {$endif JVM}
tempcreaten,
asn, asn,
inlinen, inlinen,
calln: calln:
@ -575,7 +576,6 @@ unit optdfa;
end; end;
labeln, labeln,
tempcreaten,
tempdeleten, tempdeleten,
nothingn, nothingn,
continuen, continuen,