Przeglądaj źródła

* set successor node for load nodes as well, they can be generated when inlining

git-svn-id: trunk@26296 -
florian 11 lat temu
rodzic
commit
b1ee6f282c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      compiler/optutils.pas

+ 1 - 0
compiler/optutils.pas

@@ -297,6 +297,7 @@ unit optutils;
                 result:=p;
                 result:=p;
                 p.successor:=succ;
                 p.successor:=succ;
               end;
               end;
+            loadn,
             tempcreaten,
             tempcreaten,
             tempdeleten,
             tempdeleten,
             nothingn:
             nothingn: