mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 03:28:40 +02:00
* properly take care of tempinitcode when calculating def./use. sums of tempcreate nodes
This commit is contained in:
parent
8ffbbe6a93
commit
81d24975f0
@ -559,6 +559,7 @@ unit optdfa;
|
||||
{ all other platforms except jvm translate raise nodes into call nodes during pass_1 }
|
||||
raisen,
|
||||
{$endif JVM}
|
||||
tempcreaten,
|
||||
asn,
|
||||
inlinen,
|
||||
calln:
|
||||
@ -575,7 +576,6 @@ unit optdfa;
|
||||
end;
|
||||
|
||||
labeln,
|
||||
tempcreaten,
|
||||
tempdeleten,
|
||||
nothingn,
|
||||
continuen,
|
||||
|
Loading…
Reference in New Issue
Block a user