Pseudocode: Do not bind call value to callee expressions
This commit is contained in:
@@ -19,7 +19,6 @@ fun local(x: Int) {
|
||||
}
|
||||
---------------------
|
||||
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