mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 00:09:23 +02:00
* set successor node for load nodes as well, they can be generated when inlining
git-svn-id: trunk@26296 -
This commit is contained in:
parent
89663e499b
commit
b1ee6f282c
@ -297,6 +297,7 @@ unit optutils;
|
|||||||
result:=p;
|
result:=p;
|
||||||
p.successor:=succ;
|
p.successor:=succ;
|
||||||
end;
|
end;
|
||||||
|
loadn,
|
||||||
tempcreaten,
|
tempcreaten,
|
||||||
tempdeleten,
|
tempdeleten,
|
||||||
nothingn:
|
nothingn:
|
||||||
|
Loading…
Reference in New Issue
Block a user