Pseudocode: Do not bind call value to callee expressions
This commit is contained in:
@@ -15,7 +15,6 @@ fun foo() {
|
||||
fun local(x: Int) = x + b
|
||||
---------------------
|
||||
x <v1> NEW()
|
||||
+ <v3> NEW(<v1>, <v2>)
|
||||
b <v2> NEW()
|
||||
x + b <v3> COPY
|
||||
x + b <v3> NEW(<v1>, <v2>)
|
||||
=====================
|
||||
|
||||
Reference in New Issue
Block a user