mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
4e2eec0380
RPOTE let's us specify the specific GraphTraits needed This commits adds a template parameter LGT that specifies the GraphTraits of the Label (the nodes of our flow graph). This LGT can be distict from GraphType because, while most of the llvm graphs are structured so that nodes of a graph are subgraphs of the same type as the parent graph, it is not true sometimes