* doinlinesimplify now returns a Boolean result... true if something changed, false otherwise.

This commit is contained in:
J. Gareth "Curious Kit" Moreton 2023-08-16 22:09:33 +01:00 committed by J. Gareth "Kit" Moreton
parent c9e3e96767
commit 3370a8eb6b

View File

@ -1135,7 +1135,6 @@ implementation
var
treechanged : boolean;
begin
// Optimize if code first
repeat
treechanged:=false;
foreachnodestatic(pm_postandagain,n,@callsimplify,@treechanged);