FIR CFA: remove redundant "uncaught exception path" edges
These are not real, and in fact tricked the compiler into thinking some blocks that do not terminate do somehow terminate.
This commit is contained in:
-1
@@ -295,7 +295,6 @@ digraph safeCalls_kt {
|
||||
97 -> {98 99} [style=dotted];
|
||||
97 -> {112} [style=dashed];
|
||||
98 -> {99} [style=dotted];
|
||||
99 -> {111} [style=dotted label="onUncaughtException"];
|
||||
99 -> {100} [style=dotted];
|
||||
100 -> {101 106} [style=dotted];
|
||||
101 -> {102} [style=dotted];
|
||||
|
||||
Reference in New Issue
Block a user