浏览代码

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

florian 8 月之前
父节点
当前提交
81d24975f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 }
             { 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,