+ more cse invariant nodes added

git-svn-id: trunk@6805 -
This commit is contained in:
florian 2007-03-12 19:47:04 +00:00
parent 418222bc32
commit 9f3d43ec09

View File

@ -44,7 +44,9 @@ unit optcse;
const
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;
begin