]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/ssa/destruction/coalescing/coalescing.factor
Rename and add sorting words
[factor.git] / basis / compiler / cfg / ssa / destruction / coalescing / coalescing.factor
index e488b320d028aed7409a881190825350afc0c045..69d8aaeedd871c8a1cf2e952034790a3b32df101 100644 (file)
@@ -54,7 +54,7 @@ M: ##tagged>integer coalesce-now
 
 M: ##phi coalesce-now
     [ dst>> ] [ inputs>> values ] bi zip-scalar
-    natural-sort t try-eliminate-copies ;
+    sort t try-eliminate-copies ;
 
 GENERIC: coalesce-later ( insn -- )