Fixed: label copies should be added to all labels

This commit is contained in:
Svetlana Isakova
2014-09-05 15:45:37 +04:00
parent 976d5ab030
commit f5feb3bf33
6 changed files with 31 additions and 6 deletions
@@ -23,6 +23,7 @@ L4 [start finally]:
L5 [finish finally]:
2 jmp(error) NEXT:[<ERROR>]
L3 [skipFinallyToErrorBlock]:
L6 [copy of L2, onExceptionToFinallyBlock]:
3 mark({ test() }) PREV:[jmp(L3)]
mark(test())
call(test(), test) -> <v0>
@@ -33,4 +34,4 @@ error:
<ERROR> PREV:[jmp(error)]
sink:
<SINK> PREV:[<ERROR>, <END>]
=====================
=====================