Mark some expressions after processing their components

when it's semantically correct

Expressions: calls, 'for' loops, elvis operators
It's significant for reporting 'unreachable code' correctly
This commit is contained in:
Svetlana Isakova
2014-06-12 12:58:57 +04:00
parent 6e622f2301
commit 9480907514
39 changed files with 181 additions and 178 deletions
@@ -10,8 +10,8 @@ L0:
v(var i = 1)
r(1) -> <v0>
w(i|<v0>)
mark(i++)
r(i) -> <v1>
mark(i++)
call(++, inc|<v1>) -> <v2>
w(i|<v2>)
L1: