mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 17:09:27 +02:00
+ more cse invariant nodes added
git-svn-id: trunk@6805 -
This commit is contained in:
parent
418222bc32
commit
9f3d43ec09
@ -44,7 +44,9 @@ unit optcse;
|
|||||||
|
|
||||||
const
|
const
|
||||||
cseinvariant : set of tnodetype = [loadn,addn,muln,subn,divn,slashn,modn,andn,orn,xorn,notn,vecn,
|
cseinvariant : set of tnodetype = [loadn,addn,muln,subn,divn,slashn,modn,andn,orn,xorn,notn,vecn,
|
||||||
derefn,equaln,unequaln,ltn,gtn,lten,gten,typeconvn,subscriptn];
|
derefn,equaln,unequaln,ltn,gtn,lten,gten,typeconvn,subscriptn,
|
||||||
|
inn,symdifn,shrn,shln,ordconstn,realconstn,unaryminusn,pointerconstn,stringconstn,setconstn,
|
||||||
|
isn,asn,starstarn,nothingn];
|
||||||
|
|
||||||
function searchsubdomain(var n:tnode; arg: pointer) : foreachnoderesult;
|
function searchsubdomain(var n:tnode; arg: pointer) : foreachnoderesult;
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user