FIR CFG: reconfigure exception throwing paths in try expression

This commit is contained in:
Jinseong Jeon
2020-10-26 22:10:39 -07:00
committed by Dmitriy Novozhilov
parent 146036010c
commit 1f1e1828a7
6 changed files with 40 additions and 27 deletions
@@ -101,8 +101,8 @@ finally {
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {30 15};
14 -> {22} [label=onUncaughtException];
13 -> {22} [label=onUncaughtException];
14 -> {15};
15 -> {16};
16 -> {17};
17 -> {31};
@@ -192,8 +192,8 @@ finally {
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {55 40};
39 -> {47} [label=onUncaughtException];
38 -> {47} [label=onUncaughtException];
39 -> {40};
40 -> {41};
41 -> {42};
42 -> {43 56};