Explorar o código

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

florian hai 8 meses
pai
achega
81d24975f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/optdfa.pas

+ 1 - 1
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,