From fc91dcf530b78fdedd494e2244993b73a2981a71 Mon Sep 17 00:00:00 2001 From: Alex Vondrak Date: Sat, 29 Dec 2012 11:15:12 -0800 Subject: [PATCH] compiler.cfg.ssa.destruction: alien-call-insns are too hairy to coalesce (issue #22) --- basis/compiler/cfg/ssa/destruction/destruction.factor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/basis/compiler/cfg/ssa/destruction/destruction.factor b/basis/compiler/cfg/ssa/destruction/destruction.factor index 4da2e1db28..0d1f5d968f 100644 --- a/basis/compiler/cfg/ssa/destruction/destruction.factor +++ b/basis/compiler/cfg/ssa/destruction/destruction.factor @@ -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 ] [