X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fcompiler%2Fcfg%2Fgvn%2Fmath%2Fmath.factor;h=3fb84223f8136fb4e67c4db40cf4d2914f6bfc21;hp=d6ef1f1fcb6bb755b7abc9af03f1a97356807fc7;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/compiler/cfg/gvn/math/math.factor b/extra/compiler/cfg/gvn/math/math.factor index d6ef1f1fcb..3fb84223f8 100644 --- a/extra/compiler/cfg/gvn/math/math.factor +++ b/extra/compiler/cfg/gvn/math/math.factor @@ -1,15 +1,11 @@ ! Copyright (C) 2010 Slava Pestov, 2011 Alex Vondrak. ! See http://factorcode.org/license.txt for BSD license. USING: accessors combinators combinators.short-circuit -cpu.architecture fry kernel layouts locals make math namespaces -sequences -compiler.cfg.instructions -compiler.cfg.registers -compiler.cfg.utilities -compiler.cfg.gvn.folding -compiler.cfg.gvn.graph -compiler.cfg.gvn.avail -compiler.cfg.gvn.rewrite ; +compiler.cfg.gvn.avail compiler.cfg.gvn.folding +compiler.cfg.gvn.graph compiler.cfg.gvn.rewrite +compiler.cfg.instructions compiler.cfg.registers +compiler.cfg.utilities cpu.architecture kernel layouts make math +namespaces ; IN: compiler.cfg.gvn.math : f-insn? ( insn -- ? )