From c4271d9e428bba7b447ed6d18fb11729d2b61b22 Mon Sep 17 00:00:00 2001 From: azidar Date: Sat, 16 Jan 2016 15:24:04 -0800 Subject: Fixed all tests so they either pass are marked as expected failures --- test/passes/split-exp/split-in-when.fir | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/passes/split-exp') diff --git a/test/passes/split-exp/split-in-when.fir b/test/passes/split-exp/split-in-when.fir index 06a3cc53..69e2b96e 100644 --- a/test/passes/split-exp/split-in-when.fir +++ b/test/passes/split-exp/split-in-when.fir @@ -19,7 +19,6 @@ circuit Top : ;CHECK: node GEN_3 = addw(b, c) ;CHECK: node GEN_4 = addw(a, GEN_3) ;CHECK: node GEN_5 = subw(c, b) -;CHECK: node GEN_6 = mux(GEN_2, GEN_4, GEN_5) -;CHECK: out <= mux(GEN_1, GEN_6, out) +;CHECK: out <= mux(GEN_1, mux(GEN_2, GEN_4, GEN_5), out) ;CHECK: Finished Split Expressions -- cgit v1.2.3