]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/linear-scan/linear-scan-tests.factor
Merge branch 'master' into global_optimization
[factor.git] / basis / compiler / cfg / linear-scan / linear-scan-tests.factor
index bfbc8248462e56a5e2dac52cdd03354a8d0697fa..030d8503e9645a6b876a0976500633c18a8fc764 100644 (file)
@@ -246,7 +246,7 @@ SYMBOL: max-uses
                 swap int-regs swap vreg boa >>vreg
                 max-uses get random 2 max [ not-taken ] replicate natural-sort
                 [ >>uses ] [ first >>start ] bi
-                dup uses>> peek >>end
+                dup uses>> last >>end
         ] map
     ] with-scope ;