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
@@ -47,11 +47,11 @@ digraph binaryOperations_kt {
3 -> {4};
4 -> {5};
5 -> {6};
6 -> {9 7};
6 -> {7 9};
7 -> {8};
8 -> {9};
9 -> {10};
10 -> {12 11};
10 -> {11 12};
11 -> {17};
12 -> {13};
13 -> {14};
@@ -105,11 +105,11 @@ digraph binaryOperations_kt {
23 -> {24};
24 -> {25};
25 -> {26};
26 -> {29 27};
26 -> {27 29};
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {32 31};
30 -> {31 32};
31 -> {37};
32 -> {33};
33 -> {34};
@@ -172,15 +172,15 @@ digraph binaryOperations_kt {
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {50 48};
47 -> {48 50};
48 -> {49};
49 -> {50};
50 -> {51};
51 -> {54 52};
51 -> {52 54};
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {57 56};
55 -> {56 57};
56 -> {62};
57 -> {58};
58 -> {59};
@@ -242,16 +242,16 @@ digraph binaryOperations_kt {
68 -> {69};
69 -> {70};
70 -> {71};
71 -> {79 72};
71 -> {72 79};
72 -> {73};
73 -> {74};
74 -> {75};
75 -> {78 76};
75 -> {76 78};
76 -> {77};
77 -> {78};
78 -> {79};
79 -> {80};
80 -> {82 81};
80 -> {81 82};
81 -> {87};
82 -> {83};
83 -> {84};