* optimizing length(<dyn. type>)=0 is not possible for jvm

git-svn-id: trunk@43280 -
This commit is contained in:
florian 2019-10-20 21:10:56 +00:00
parent 78fb35525f
commit ee3258c0da

View File

@ -1203,8 +1203,11 @@ implementation
;
end;
end
{$ifndef jvm}
else if (nodetype=equaln) and MatchAndTransformNodesCommutative(left,right,@IsLengthZero,@TransformLengthZero,Result) then
exit;
exit
{$endif jvm}
;
end;
{ using sqr(x) for reals instead of x*x might reduces register pressure and/or