aboutsummaryrefslogtreecommitdiff
path: root/test/passes/split-exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/split-exp')
-rw-r--r--test/passes/split-exp/split-in-when.fir4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/split-exp/split-in-when.fir b/test/passes/split-exp/split-in-when.fir
index 69e2b96e..e4d0da36 100644
--- a/test/passes/split-exp/split-in-when.fir
+++ b/test/passes/split-exp/split-in-when.fir
@@ -13,8 +13,8 @@ circuit Top :
when bit(subw(a,c),3) : out <= mux(eqv(bits(UInt(32),4,0),UInt(13)),addw(a,addw(b,c)),subw(c,b))
-;CHECK: node GEN = subw(a, c)
-;CHECK: node GEN_1 = bit(GEN, 3)
+;CHECK: node GEN_0 = subw(a, c)
+;CHECK: node GEN_1 = bit(GEN_0, 3)
;CHECK: node GEN_2 = eqv(UInt("h0"), UInt("hd"))
;CHECK: node GEN_3 = addw(b, c)
;CHECK: node GEN_4 = addw(a, GEN_3)