FIR DFA: make continue jump to condition entry, not loop entry
It's also not a backwards jump in do-while, unless it's in the loop's condition, which is a stupid "feature" IMO. As you can probably tell from the comments added in this commit.
This commit is contained in:
@@ -324,7 +324,7 @@ digraph tryCatch_kt {
|
||||
96 -> {97};
|
||||
97 -> {98};
|
||||
98 -> {99} [style=dotted];
|
||||
98 -> {46} [color=green style=dashed];
|
||||
98 -> {47} [color=green style=dashed];
|
||||
99 -> {100} [style=dotted];
|
||||
100 -> {101} [style=dotted];
|
||||
101 -> {102} [style=dotted];
|
||||
|
||||
Reference in New Issue
Block a user