From 8a8ebcb908853e64f96ec0ad3761622d9dc65627 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 2 Aug 2009 17:06:35 -0500 Subject: [PATCH] compiler.cfg.ssa.liveness: fix unit tests --- basis/compiler/cfg/ssa/liveness/liveness-tests.factor | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/basis/compiler/cfg/ssa/liveness/liveness-tests.factor b/basis/compiler/cfg/ssa/liveness/liveness-tests.factor index 02c49d01f4..137fa0371f 100644 --- a/basis/compiler/cfg/ssa/liveness/liveness-tests.factor +++ b/basis/compiler/cfg/ssa/liveness/liveness-tests.factor @@ -85,11 +85,9 @@ V{ } 0 test-bb V{ } 1 test-bb V{ } 2 test-bb V{ } 3 test-bb -V int-regs 2 - 2 get V int-regs 0 2array - 3 get V int-regs 1 2array -2array \ ##phi new-insn 1vector -4 test-bb +V{ + T{ ##phi f V int-regs 2 H{ { 2 V int-regs 0 } { 3 V int-regs 1 } } } +} 4 test-bb test-diamond cfg new 1 get >>entry 5 set