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
@@ -308,13 +308,13 @@ digraph propertiesAndInitBlocks_kt {
102 [label="Exit property" style="filled" fillcolor=red];
}
84 -> {85};
85 -> {86};
86 -> {102 91 87};
86 -> {96} [label=onUncaughtException];
85 -> {86 91};
85 -> {96} [label=onUncaughtException];
86 -> {87};
87 -> {88};
88 -> {89};
89 -> {90};
90 -> {96};
90 -> {96 91};
91 -> {102 92};
92 -> {93};
93 -> {94};