From a9fcf009a3b66f8bff7caabd30ab56aaeec40573 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 13 May 2008 22:43:21 +0000 Subject: [PATCH] Dominance Frontier is cfg only pass. llvm-svn: 51075 --- llvm/lib/VMCore/Dominators.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/VMCore/Dominators.cpp b/llvm/lib/VMCore/Dominators.cpp index 5aa3f34e876e..e9eca4eee4a2 100644 --- a/llvm/lib/VMCore/Dominators.cpp +++ b/llvm/lib/VMCore/Dominators.cpp @@ -67,7 +67,7 @@ bool DominatorTree::runOnFunction(Function &F) { char DominanceFrontier::ID = 0; static RegisterPass -G("domfrontier", "Dominance Frontier Construction", false, true); +G("domfrontier", "Dominance Frontier Construction", true, true); // NewBB is split and now it has one successor. Update dominace frontier to // reflect this change.