Do not render trivial variables in DataFlow tests
The reason is that while there are optimizations for them definition of their state is both rather simple and may be confusing in testData
This commit is contained in:
@@ -51,15 +51,15 @@ fun use(a: Int) = a
|
||||
---------------------
|
||||
L0:
|
||||
1 <START> INIT: in: {} out: {}
|
||||
v(a: Int) INIT: in: {} out: {a=D}
|
||||
magic[FAKE_INITIALIZER](a: Int) -> <v0> INIT: in: {a=D} out: {a=D}
|
||||
w(a|<v0>) INIT: in: {a=D} out: {a=ID}
|
||||
r(a) -> <v1> INIT: in: {a=ID} out: {a=ID}
|
||||
v(a: Int) INIT: in: {} out: {}
|
||||
magic[FAKE_INITIALIZER](a: Int) -> <v0> INIT: in: {} out: {}
|
||||
w(a|<v0>) INIT: in: {} out: {}
|
||||
r(a) -> <v1> INIT: in: {} out: {}
|
||||
ret(*|<v1>) L1
|
||||
L1:
|
||||
<END>
|
||||
error:
|
||||
<ERROR>
|
||||
sink:
|
||||
<SINK> USE: in: {a=READ} out: {a=READ}
|
||||
<SINK> USE: in: {} out: {}
|
||||
=====================
|
||||
|
||||
Reference in New Issue
Block a user