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
a9a09bea6d
commit
37af76405a
@ -111,7 +111,8 @@ public:
|
|||||||
return dominators;
|
return dominators;
|
||||||
}
|
}
|
||||||
|
|
||||||
void buildDominatorTree() {
|
void buildDominatorTree()
|
||||||
|
{
|
||||||
solAssert(!m_vertex.empty());
|
solAssert(!m_vertex.empty());
|
||||||
solAssert(!m_immediateDominator.empty());
|
solAssert(!m_immediateDominator.empty());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user