FIR CFG: add edges from try/catch to finally
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
ea2f773e54
commit
43852ad7ab
+2
-2
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user