Browse Source

- do not call firstpass in tinnode.pass_typecheck as it prevents further optimizations

git-svn-id: trunk@46277 -
florian 5 years ago
parent
commit
315819692a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/nset.pas

+ 0 - 1
compiler/nset.pas

@@ -257,7 +257,6 @@ implementation
          if is_array_constructor(right.resultdef) then
          if is_array_constructor(right.resultdef) then
           begin
           begin
             arrayconstructor_to_set(right);
             arrayconstructor_to_set(right);
-            firstpass(right);
             if codegenerror then
             if codegenerror then
              exit;
              exit;
           end;
           end;