Переглянути джерело

* life info dfa for break and continue

git-svn-id: trunk@7298 -
florian 18 роки тому
батько
коміт
c0d27b5482
1 змінених файлів з 3 додано та 4 видалено
  1. 3 4
      compiler/optdfa.pas

+ 3 - 4
compiler/optdfa.pas

@@ -286,10 +286,9 @@ unit optdfa;
                 { finally, update the life info of the node }
                 { finally, update the life info of the node }
                 UpdateLifeInfo(node,l);
                 UpdateLifeInfo(node,l);
               end;
               end;
-            goton:
-              begin
-                calclife(node);
-              end;
+            continuen,
+            goton,
+            breakn,
             labeln:
             labeln:
               begin
               begin
                 calclife(node);
                 calclife(node);