]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/build-stack-frame/build-stack-frame.factor
factor: trim using lists
[factor.git] / basis / compiler / cfg / build-stack-frame / build-stack-frame.factor
index 5c4474ad7d52e8f6dccebd1a9d77fa5953bb557c..96d4f881a8cb05b40f591169eba0028129fb3773 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2008, 2010 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors compiler.cfg.instructions compiler.cfg.linearization
-compiler.cfg.rpo compiler.cfg.stack-frame cpu.architecture kernel layouts
-locals math math.order namespaces sequences ;
+USING: accessors compiler.cfg.instructions
+compiler.cfg.linearization cpu.architecture kernel layouts math
+math.order namespaces sequences ;
 IN: compiler.cfg.build-stack-frame
 
 SYMBOLS: param-area-size allot-area-size allot-area-align ;