mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 20:29:24 +02:00
Fix cycle for non-LLVM
This commit is contained in:
parent
aa516f34d0
commit
0cb047230f
@ -59,8 +59,6 @@ unit optloadmodifystore;
|
||||
begin
|
||||
result:=nil;
|
||||
{$ifndef llvm}
|
||||
foreachnodestatic(pm_postprocess,rootnode,@try_opt_node,nil);
|
||||
|
||||
with assignmentnode do
|
||||
begin
|
||||
{ *** Here are simple optimizations which are performed
|
||||
|
Loading…
Reference in New Issue
Block a user