[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
@@ -91,6 +91,6 @@ digraph dataFlowInfoFromWhileCondition_kt {
26 -> {27};
27 -> {28};
28 -> {29};
29 -> {14};
29 -> {14} [color=green style=dashed];
}