compiler.cfg.test-words: vocab is unused so we can remove it

char-rename
Björn Lindqvist 2016-08-12 14:06:19 +02:00
parent 435a4e29b9
commit 2a19e00ff3
2 changed files with 0 additions and 18 deletions

View File

@ -1 +0,0 @@
Doug Coleman

View File

@ -1,17 +0,0 @@
! Copyright (C) 2014 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors compiler.cfg.instructions kernel math sequences ;
IN: compiler.cfg.test-words
: test-not-in-order ( -- nodes )
V{
##load-tagged
##allot
##set-slot-imm
##load-reference
##allot
##set-slot-imm
##set-slot-imm
##set-slot-imm
##replace
} [ [ new ] [ 2 * ] bi* >>insn# ] map-index ;