Test: FIR CFA: sort edges by style & target node id

This commit is contained in:
pyos
2022-11-29 15:12:05 +01:00
committed by Dmitriy Novozhilov
parent 7ee1b75e43
commit faf0129a5d
89 changed files with 662 additions and 694 deletions
@@ -83,11 +83,11 @@ digraph inPlaceLambdas_kt {
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {16 15};
14 -> {15 16};
15 -> {23};
16 -> {17};
17 -> {18};
18 -> {26 20};
18 -> {20 26};
18 -> {19} [style=dotted];
18 -> {26} [style=dashed];
19 -> {20};
@@ -134,7 +134,7 @@ digraph inPlaceLambdas_kt {
}
33 -> {34};
34 -> {35};
35 -> {43 37};
35 -> {37 43};
35 -> {36} [style=dotted];
35 -> {43} [style=dashed];
36 -> {37};
@@ -208,11 +208,11 @@ digraph inPlaceLambdas_kt {
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {57 56};
55 -> {56 57};
56 -> {67};
57 -> {58};
58 -> {59};
59 -> {70 61};
59 -> {61 70};
59 -> {60} [style=dotted];
59 -> {70} [style=dashed];
60 -> {61};