Updated tests for control flow: call instruction stores call element
instead of callee expression
This commit is contained in:
@@ -4,6 +4,6 @@ fun main(arg : Array<String>) {
|
||||
}
|
||||
---------------------
|
||||
<v0>: {<: Array<String>} NEW: magic(arg : Array<String>) -> <v0>
|
||||
a <v1>: * NEW: magic(a) -> <v1>
|
||||
{ a } <v1>: * COPY
|
||||
=====================
|
||||
a <v1>: * NEW: magic(a) -> <v1>
|
||||
{ a } <v1>: * COPY
|
||||
=====================
|
||||
Reference in New Issue
Block a user