[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
@@ -124,8 +124,8 @@ digraph boundSmartcastsInBranches_kt {
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {17};
39 -> {40} [style=dotted];
39 -> {17} [color=green style=dashed];
40 -> {41} [style=dotted];
41 -> {42} [style=dotted];
42 -> {29} [style=dotted];
@@ -133,7 +133,7 @@ digraph boundSmartcastsInBranches_kt {
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {19};
47 -> {19} [color=green style=dashed];
subgraph cluster_12 {
color=red