Browse Source

* addr nodes can be also considered in cse

git-svn-id: trunk@26625 -
florian 11 years ago
parent
commit
809549a31f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/optcse.pas

+ 1 - 1
compiler/optcse.pas

@@ -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