[FIR] Add kind for back edges in CFG

This commit is contained in:
Dmitriy Novozhilov
2020-06-04 17:46:12 +03:00
parent 34be9e3569
commit 950bbfe3a5
20 changed files with 84 additions and 63 deletions
@@ -34,8 +34,8 @@ digraph postponedLambdas_kt {
7 -> {8};
8 -> {3};
9 -> {10 11};
10 -> {9};
10 -> {6} [color=green];
10 -> {9} [color=green style=dashed];
11 -> {10};
}