Browse Source

Fix cycle for non-LLVM

Jonas Maebe 2 months ago
parent
commit
0cb047230f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      compiler/optloadmodifystore.pas

+ 0 - 2
compiler/optloadmodifystore.pas

@@ -59,8 +59,6 @@ unit optloadmodifystore;
       begin
       begin
         result:=nil;
         result:=nil;
 {$ifndef llvm}
 {$ifndef llvm}
-        foreachnodestatic(pm_postprocess,rootnode,@try_opt_node,nil);
-
         with assignmentnode do
         with assignmentnode do
           begin
           begin
             { *** Here are simple optimizations which are performed
             { *** Here are simple optimizations which are performed