FIR CFG: add more uncaught exception paths

This commit is contained in:
Jinseong Jeon
2020-11-06 07:11:31 -08:00
committed by teamcityserver
parent 7b06885348
commit 440cf78884
8 changed files with 34 additions and 16 deletions
@@ -159,7 +159,8 @@ digraph complex_kt {
28 -> {29};
29 -> {30};
30 -> {38 31};
31 -> {54 32};
31 -> {32};
31 -> {54} [label=onUncaughtException];
32 -> {33};
33 -> {34};
34 -> {35};