Remove temporary debugging hack.
authorDan Gohman <gohman@apple.com>
Mon, 28 Sep 2009 00:44:15 +0000 (00:44 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 28 Sep 2009 00:44:15 +0000 (00:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82953 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Dominators.cpp

index 40e4c4bc4c8d24226d90506925b94ce5a304f4b0..b49faf84dceaf9e596dfb7e89e370a464aa3b754 100644 (file)
@@ -60,7 +60,7 @@ bool DominatorTree::runOnFunction(Function &F) {
 }
 
 void DominatorTree::verifyAnalysis() const {
-  if (!VerifyDomInfo || true /* fixme */) return;
+  if (!VerifyDomInfo) return;
 
   Function &F = *getRoot()->getParent();