FIR CFG: reconfigure exception throwing paths in try expression
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
146036010c
commit
1f1e1828a7
@@ -56,13 +56,13 @@ digraph tryCatch_kt {
|
||||
}
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {23 15 9 4};
|
||||
2 -> {3 15 9};
|
||||
3 -> {4};
|
||||
4 -> {5};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {21};
|
||||
8 -> {21 15 9};
|
||||
9 -> {23 10};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
@@ -118,12 +118,12 @@ digraph tryCatch_kt {
|
||||
}
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {27};
|
||||
27 -> {40 32 28};
|
||||
26 -> {27 32};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {37};
|
||||
31 -> {37 32};
|
||||
32 -> {40 33};
|
||||
33 -> {34};
|
||||
34 -> {35};
|
||||
@@ -261,8 +261,8 @@ digraph tryCatch_kt {
|
||||
46 -> {87} [style=dotted];
|
||||
47 -> {48};
|
||||
48 -> {49};
|
||||
49 -> {50};
|
||||
50 -> {102 91 81 51};
|
||||
49 -> {50 91 81};
|
||||
50 -> {51};
|
||||
51 -> {52};
|
||||
52 -> {53};
|
||||
53 -> {54};
|
||||
@@ -294,7 +294,7 @@ digraph tryCatch_kt {
|
||||
77 -> {78} [style=dotted];
|
||||
78 -> {79};
|
||||
79 -> {80};
|
||||
80 -> {97};
|
||||
80 -> {97 91 81};
|
||||
81 -> {102 82};
|
||||
82 -> {83};
|
||||
83 -> {87};
|
||||
|
||||
Reference in New Issue
Block a user