Explorar o código

* do not warn when internally generated if nodes are simplified

git-svn-id: trunk@29292 -
florian %!s(int64=10) %!d(string=hai) anos
pai
achega
f630fb94b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;