Forráskód Böngészése

* do not warn when internally generated if nodes are simplified

git-svn-id: trunk@29292 -
florian 10 éve
szülő
commit
f630fb94b5
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      compiler/nflw.pas

+ 1 - 1
compiler/nflw.pas

@@ -1394,7 +1394,7 @@ implementation
            not(is_typeparam(left.resultdef)) then
              inserttypeconv(left,pasbool8type);
 
-         result:=internalsimplify(true);
+         result:=internalsimplify(not(nf_internal in flags));
       end;