aboutsummaryrefslogtreecommitdiff
path: root/test/passes/lower-to-ground
diff options
context:
space:
mode:
authorazidar2015-03-25 12:56:29 -0700
committerazidar2015-03-25 12:56:29 -0700
commit612132bf95b529d2fafbe96e622f716ca9514679 (patch)
tree43f938a8b778d13fcc9fe49b0cefc95c76c4665c /test/passes/lower-to-ground
parent167f7c32eeeda55bd868a61b445f8891d1ff3278 (diff)
Correctly do when expansion, minus enables and outputting lowered form
Diffstat (limited to 'test/passes/lower-to-ground')
-rw-r--r--test/passes/lower-to-ground/register.fir4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/lower-to-ground/register.fir b/test/passes/lower-to-ground/register.fir
index 9021d0c2..f270bacb 100644
--- a/test/passes/lower-to-ground/register.fir
+++ b/test/passes/lower-to-ground/register.fir
@@ -15,7 +15,7 @@
; CHECK: reg r1#y : SInt
; CHECK: wire q#x : UInt
; CHECK: wire q#y : SInt
- ; CHECK: r1#init#x := q#x
- ; CHECK: q#y := r1#init#y
+ ; CHECK: r1#x.init := q#x
+ ; CHECK: q#y := r1#y.init
; CHECK: Finished Lower To Ground