From 81d24975f0a5f7400bd3c3e7a2f10b34e9bebd24 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 25 Nov 2024 20:33:54 +0100 Subject: [PATCH] * properly take care of tempinitcode when calculating def./use. sums of tempcreate nodes --- compiler/optdfa.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/optdfa.pas b/compiler/optdfa.pas index c1978c83dc..1ef1e45b84 100644 --- a/compiler/optdfa.pas +++ b/compiler/optdfa.pas @@ -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,