Update control flow test data for tower resolution algorithm

- locals win
- drop old invokeExtension convention
This commit is contained in:
Stanislav Erokhin
2015-12-10 18:13:35 +03:00
parent 79b30dddf9
commit dd24fd47f7
7 changed files with 38 additions and 41 deletions
+2 -2
View File
@@ -90,10 +90,10 @@ L0:
2 mark({ foo[1] = 2 })
mark(foo[1])
r(foo) -> <v2>
r(foo[1], set|<v2>) -> <v3>
r(foo[1], set) -> <v3>
r(1) -> <v4>
r(2) -> <v5>
call(foo[1] = 2, invoke|<v3>, <v4>, <v5>) -> <v6>
call(foo[1] = 2, invoke|<v3>, <v2>, <v4>, <v5>) -> <v6>
L1:
1 <END> NEXT:[<SINK>]
error: