mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixup! Implementation of Lengauer-Tarjan algorithm to find dominators
This commit is contained in:
parent
88f7073857
commit
48edc744f1
@ -52,7 +52,7 @@ struct ImmediateDominatorTest
|
||||
};
|
||||
|
||||
size_t numVertices;
|
||||
Vertex* entry;
|
||||
Vertex const* entry;
|
||||
std::map<std::string, Vertex*> vertices;
|
||||
std::vector<size_t> expectedIdom;
|
||||
std::map<std::string, size_t> expectedDFSIndices;
|
||||
|
Loading…
Reference in New Issue
Block a user