浏览代码

* addr nodes can be also considered in cse

git-svn-id: trunk@26625 -
florian 11 年之前
父节点
当前提交
809549a31f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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