浏览代码

* do not warn when internally generated if nodes are simplified

git-svn-id: trunk@29292 -
florian 10 年之前
父节点
当前提交
f630fb94b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/nflw.pas

+ 1 - 1
compiler/nflw.pas

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