]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/dead-code/branches/branches.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / compiler / tree / dead-code / branches / branches.factor
index fc03c8575677471d511789997e8ef5df7391036c..40e40813343f9dbb5c082b47ceddcae8caf0961a 100644 (file)
@@ -31,7 +31,7 @@ M: #branch remove-dead-code*
     pad-with-bottom >>phi-in-d drop ;
 
 : live-value-indices ( values -- indices )
-    [ length iota ] keep live-values get
+    [ length <iota> ] keep live-values get
     '[ _ nth _ key? ] filter ; inline
 
 : drop-indexed-values ( values indices -- node )