Reset vertex.

Fix http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070416/048092.html

llvm-svn: 36294
This commit is contained in:
Devang Patel 2007-04-21 00:36:45 +00:00
parent f119698f3f
commit 2e2518cc2e
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ void DominatorTreeBase::reset() {
Nodes.clear();
IDoms.clear();
Roots.clear();
Vertex.clear();
RootNode = 0;
}