mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 23:31:49 +02:00
* doinlinesimplify now returns a Boolean result... true if something changed, false otherwise.
This commit is contained in:
parent
c9e3e96767
commit
3370a8eb6b
@ -1135,7 +1135,6 @@ implementation
|
||||
var
|
||||
treechanged : boolean;
|
||||
begin
|
||||
// Optimize if code first
|
||||
repeat
|
||||
treechanged:=false;
|
||||
foreachnodestatic(pm_postandagain,n,@callsimplify,@treechanged);
|
||||
|
Loading…
Reference in New Issue
Block a user