aboutsummaryrefslogtreecommitdiff
path: root/test/passes/remove-accesses/simple4.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/remove-accesses/simple4.fir')
-rw-r--r--test/passes/remove-accesses/simple4.fir6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/passes/remove-accesses/simple4.fir b/test/passes/remove-accesses/simple4.fir
index 4772c549..06ff7481 100644
--- a/test/passes/remove-accesses/simple4.fir
+++ b/test/passes/remove-accesses/simple4.fir
@@ -12,9 +12,9 @@ circuit top :
m[1].y <= UInt("h1")
m[i].x <= in.x
-;CHECK: when eqv(UInt("h0"), i) : m[0].x <= GEN
-;CHECK: when eqv(UInt("h1"), i) : m[1].x <= GEN
-;CHECK: GEN <= in
+;CHECK: when eqv(UInt("h0"), i) : m[0].x <= GEN_0
+;CHECK: when eqv(UInt("h1"), i) : m[1].x <= GEN_0
+;CHECK: GEN_0 <= in
;CHECK: Finished Remove Accesses
;CHECK: Done!