]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/linear-scan/assignment/assignment.factor
docs: Fix help-lint-all mistakes.
[factor.git] / basis / compiler / cfg / linear-scan / assignment / assignment.factor
index b5ffb4d0eee653bccfa38985fff6c08437457fe7..37fb24b2d482dbc5783bc0b551b310010cc59065 100644 (file)
@@ -29,7 +29,7 @@ SYMBOL: pending-interval-assoc
 : remove-pending ( live-interval -- )
     vreg>> pending-interval-assoc get delete-at ;
 
-: vreg>spill-slot ( vreg -- slot )
+: vreg>spill-slot ( vreg -- spill-slot )
     dup rep-of lookup-spill-slot ;
 
 : vreg>reg ( vreg -- reg/spill-slot )