diff options
Diffstat (limited to 'lib/VMCore/DominatorCalculation.h')
-rw-r--r-- | lib/VMCore/DominatorCalculation.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/VMCore/DominatorCalculation.h b/lib/VMCore/DominatorCalculation.h index a9118d8..1d245d4 100644 --- a/lib/VMCore/DominatorCalculation.h +++ b/lib/VMCore/DominatorCalculation.h @@ -40,8 +40,6 @@ void DTcalculate(DominatorTree& DT, Function &F) { // Add a node for the root... DT.DomTreeNodes[Root] = DT.RootNode = new DomTreeNode(Root, 0); - DT.Vertex.push_back(0); - // Step #1: Number blocks in depth-first order and initialize variables used // in later stages of the algorithm. unsigned N = DFSPass<GraphTraits<BasicBlock*> >(DT, Root, 0); |