mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-03 09:21:02 +00:00
Reset vertex.
Fix http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070416/048092.html git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36294 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4fc82a6e43
commit
3831c553e3
@ -285,6 +285,7 @@ void DominatorTreeBase::reset() {
|
||||
Nodes.clear();
|
||||
IDoms.clear();
|
||||
Roots.clear();
|
||||
Vertex.clear();
|
||||
RootNode = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user