]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/representations/coalescing/coalescing.factor
factor: Rename GENERIC# to GENERIC#:.
[factor.git] / basis / compiler / cfg / representations / coalescing / coalescing.factor
index 2caa485045649ddeb13bd9b2ba612b4fd42d0d36..3639c570c9a77e9b487b8c75be4e634fc8513678 100644 (file)
@@ -16,7 +16,7 @@ SYMBOL: components
         ] each
     ] simple-analysis ;
 
-GENERIC# visit-insn 1 ( insn disjoint-set -- )
+GENERIC#: visit-insn 1 ( insn disjoint-set -- )
 
 M: ##copy visit-insn
     [ [ dst>> ] [ src>> ] bi ] dip equate ;