]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/alias-analysis/alias-analysis.factor
Resolved merge.
[factor.git] / basis / compiler / cfg / alias-analysis / alias-analysis.factor
index ec8fe62dfbf05326078cef474c288f67beb4f639..2a9d2579e33b69531258ea35777720050c6ac9f5 100644 (file)
@@ -165,7 +165,7 @@ SYMBOL: heap-ac
 
 : record-constant-set-slot ( slot# vreg -- )
     history [
-        dup empty? [ dup peek store? [ dup pop* ] when ] unless
+        dup empty? [ dup last store? [ dup pop* ] when ] unless
         store new-action swap ?push
     ] change-at ;