diff options
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/VMCore/Dominators.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/Dominators.cpp b/llvm/lib/VMCore/Dominators.cpp index 71eb3460e6c..9ed4c44fa5e 100644 --- a/llvm/lib/VMCore/Dominators.cpp +++ b/llvm/lib/VMCore/Dominators.cpp @@ -285,6 +285,7 @@ void DominatorTreeBase::reset() { Nodes.clear(); IDoms.clear(); Roots.clear(); + Vertex.clear(); RootNode = 0; } |