]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/value-numbering/expressions/expressions.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / compiler / cfg / value-numbering / expressions / expressions.factor
index 79dd2ce2b80c5c429e8ffb96296c4d8a4f3b7295..d020409e2aa86d15bab0e295dfb4ba40dcd220fd 100644 (file)
@@ -27,7 +27,7 @@ GENERIC: >expr ( insn -- expr )
     [
         [ , [ f <array> ] % ]
         [
-            dup iota [
+            dup <iota> [
                 - 1 - , [ swap [ set-array-nth ] keep ] %
             ] with each
         ] bi