Updated tests for control flow: call instruction stores call element
instead of callee expression
This commit is contained in:
@@ -34,7 +34,7 @@ L5 [body entry point]:
|
||||
r(1) -> <v3>
|
||||
r(2) -> <v4>
|
||||
mark(1 < 2)
|
||||
call(<, compareTo|<v3>, <v4>) -> <v5>
|
||||
call(1 < 2, compareTo|<v3>, <v4>) -> <v5>
|
||||
jf(L6|<v5>)
|
||||
5 mark({ b = false })
|
||||
r(false) -> <v6> USE: in: {b=WRITTEN_AFTER_READ} out: {b=WRITTEN_AFTER_READ}
|
||||
@@ -47,7 +47,7 @@ L6:
|
||||
L7:
|
||||
4 r(b) -> <v8> INIT: in: {b=ID, i=ID, numbers=ID} out: {b=ID, i=ID, numbers=ID} USE: in: {} out: {b=READ}
|
||||
mark(use(b))
|
||||
call(use, use|<v8>) -> <v9>
|
||||
call(use(b), use|<v8>) -> <v9>
|
||||
jmp(L4 [loop entry point]) USE: in: {} out: {}
|
||||
- 3 jmp?(L4 [loop entry point])
|
||||
L2:
|
||||
|
||||
Reference in New Issue
Block a user