FIR CFG: add edges from try/catch to finally

This commit is contained in:
Jinseong Jeon
2020-10-07 00:19:29 -07:00
committed by Dmitriy Novozhilov
parent ea2f773e54
commit 43852ad7ab
4 changed files with 28 additions and 16 deletions
@@ -110,7 +110,7 @@ finally {
18 -> {19};
19 -> {20};
20 -> {21};
21 -> {26};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
@@ -198,7 +198,7 @@ finally {
43 -> {44};
44 -> {45};
45 -> {46};
46 -> {51};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {50};