mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +02:00
* addr nodes can be also considered in cse
git-svn-id: trunk@26625 -
This commit is contained in:
parent
3a11dd1055
commit
809549a31f
@ -60,7 +60,7 @@ unit optcse;
|
||||
derefn,equaln,unequaln,ltn,gtn,lten,gten,typeconvn,subscriptn,
|
||||
inn,symdifn,shrn,shln,ordconstn,realconstn,unaryminusn,pointerconstn,stringconstn,setconstn,niln,
|
||||
setelementn,{arrayconstructorn,arrayconstructorrangen,}
|
||||
isn,asn,starstarn,nothingn,temprefn,loadparentfpn {,callparan},assignn];
|
||||
isn,asn,starstarn,nothingn,temprefn,loadparentfpn {,callparan},assignn,addrn];
|
||||
|
||||
function searchsubdomain(var n:tnode; arg: pointer) : foreachnoderesult;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user