Test: FIR CFA: sort edges by style & target node id
This commit is contained in:
+10
-10
@@ -134,7 +134,7 @@ digraph implicitReceivers_kt {
|
||||
25 -> {26};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {38 29};
|
||||
28 -> {29 38};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
@@ -215,7 +215,7 @@ digraph implicitReceivers_kt {
|
||||
55 -> {56};
|
||||
56 -> {57};
|
||||
57 -> {58};
|
||||
58 -> {69 59};
|
||||
58 -> {59 69};
|
||||
59 -> {60};
|
||||
60 -> {61};
|
||||
61 -> {62};
|
||||
@@ -304,7 +304,7 @@ digraph implicitReceivers_kt {
|
||||
82 -> {83};
|
||||
83 -> {84};
|
||||
84 -> {85};
|
||||
85 -> {90 87};
|
||||
85 -> {87 90};
|
||||
85 -> {86} [style=dotted];
|
||||
85 -> {90} [style=dashed];
|
||||
86 -> {87};
|
||||
@@ -313,18 +313,18 @@ digraph implicitReceivers_kt {
|
||||
90 -> {91};
|
||||
91 -> {92};
|
||||
92 -> {93};
|
||||
93 -> {98 95};
|
||||
93 -> {95 98};
|
||||
93 -> {94} [style=dotted];
|
||||
93 -> {98} [style=dashed];
|
||||
94 -> {87} [color=red];
|
||||
94 -> {95} [color=green];
|
||||
94 -> {87} [color=red];
|
||||
95 -> {96};
|
||||
96 -> {97};
|
||||
97 -> {86};
|
||||
98 -> {99};
|
||||
99 -> {100};
|
||||
100 -> {101};
|
||||
101 -> {110 103};
|
||||
101 -> {103 110};
|
||||
101 -> {102} [style=dotted];
|
||||
101 -> {110} [style=dashed];
|
||||
102 -> {103};
|
||||
@@ -436,12 +436,12 @@ digraph implicitReceivers_kt {
|
||||
123 -> {124};
|
||||
124 -> {125};
|
||||
125 -> {126};
|
||||
126 -> {158 127};
|
||||
126 -> {127 158};
|
||||
127 -> {128};
|
||||
128 -> {129};
|
||||
129 -> {130};
|
||||
130 -> {131};
|
||||
131 -> {146 132};
|
||||
131 -> {132 146};
|
||||
132 -> {133};
|
||||
133 -> {134};
|
||||
134 -> {135};
|
||||
@@ -564,11 +564,11 @@ digraph implicitReceivers_kt {
|
||||
180 -> {181};
|
||||
181 -> {182};
|
||||
182 -> {183};
|
||||
183 -> {200 184};
|
||||
183 -> {184 200};
|
||||
184 -> {185};
|
||||
185 -> {186};
|
||||
186 -> {187};
|
||||
187 -> {195 188};
|
||||
187 -> {188 195};
|
||||
188 -> {189};
|
||||
189 -> {190};
|
||||
190 -> {191};
|
||||
|
||||
Reference in New Issue
Block a user