]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.cfg.ssa.destruction: alien-call-insns are too hairy to coalesce (issue #22)
authorAlex Vondrak <ajvondrak@gmail.com>
Sat, 29 Dec 2012 19:15:12 +0000 (11:15 -0800)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 31 Dec 2012 19:04:57 +0000 (11:04 -0800)
basis/compiler/cfg/ssa/destruction/destruction.factor

index 4da2e1db28bf6349c313bef3eb0c14439fa9512c..0d1f5d968f02eaa10656426100c1bce8f9bcd656 100644 (file)
@@ -74,6 +74,8 @@ GENERIC: prepare-insn ( insn -- )
 
 M: insn prepare-insn drop ;
 
+M: alien-call-insn prepare-insn drop ;
+
 M: vreg-insn prepare-insn
     [ temp-vregs [ leader-map get conjoin ] each ]
     [