* do not warn when internally generated if nodes are simplified

git-svn-id: trunk@29292 -
This commit is contained in:
florian 2014-12-14 19:40:17 +00:00
parent 09220c6ad3
commit f630fb94b5

View File

@ -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;