-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Obtaining a node in a graph that corresponds to a global variable introduces an empty node in the graph that is not linked to anything.
To reproduce this:
$ seadsa --sea-dsa-type-aware --sea-dsa=cs --sea-dsa-color-func-sim-dot --sea-dsa-dot short2.pp.ms.o.bc
$ dot -Tpdf main.TD.mem.dot -o main.TD.mem.pdf
$ dot -Tpdf main.mem.dot -o main.mem.pdf
main.TD.pdf and main.pdf represent the same graph, main.TD.pdf is colored according to the simulation relation of the bottom-up graph. When coloring, the same graph is used for both:
sea-dsa/lib/seadsa/DsaPrinter.cc
Line 745 in 24d8ad3
| colorGraphsFunction(F, *buG, *G, colorBuG, colorG); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels