aboutsummaryrefslogtreecommitdiff
path: root/test/passes/split-exp
diff options
context:
space:
mode:
authorazidar2016-01-16 15:24:04 -0800
committerazidar2016-01-16 15:24:04 -0800
commitc4271d9e428bba7b447ed6d18fb11729d2b61b22 (patch)
tree4aa99efec08a0161ee960721087c30f577206aa4 /test/passes/split-exp
parentf087941e66296d295f2f7b5e9a5dd08746238b2f (diff)
Fixed all tests so they either pass are marked as expected failures
Diffstat (limited to 'test/passes/split-exp')
-rw-r--r--test/passes/split-exp/split-in-when.fir3
1 files changed, 1 insertions, 2 deletions
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