FIR CFG: remove duplicating lambda enter -> exit connection

This commit is contained in:
Mikhail Glukhikh
2020-05-12 18:38:05 +03:00
parent 5ef37148ea
commit 32cfee50e0
11 changed files with 17 additions and 13 deletions
@@ -274,7 +274,7 @@ digraph callsInPlace_kt {
93 [label="Exit function test_8" style="filled" fillcolor=red];
}
92 -> {94};
94 -> {95 95} [color=green];
94 -> {95} [color=green];
94 -> {97} [color=red];
95 -> {96};
96 -> {93};