mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-15 09:33:39 +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…
x
Reference in New Issue
Block a user