summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Dominators.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-28 00:44:15 +0000
committerDan Gohman <gohman@apple.com>2009-09-28 00:44:15 +0000
commit08d86dac71d4c1c3e6d2e44a3abe5a0581fac735 (patch)
treec790cfc4b6452f4dceae0c441290e5300fab02e7 /llvm/lib/VMCore/Dominators.cpp
parent4dbb301f1760be643f6ddbf19abab706b385626a (diff)
downloadbcm5719-llvm-08d86dac71d4c1c3e6d2e44a3abe5a0581fac735.tar.gz
bcm5719-llvm-08d86dac71d4c1c3e6d2e44a3abe5a0581fac735.zip
Remove temporary debugging hack.
llvm-svn: 82953
Diffstat (limited to 'llvm/lib/VMCore/Dominators.cpp')
-rw-r--r--llvm/lib/VMCore/Dominators.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Dominators.cpp b/llvm/lib/VMCore/Dominators.cpp
index 40e4c4bc4c8..b49faf84dce 100644
--- a/llvm/lib/VMCore/Dominators.cpp
+++ b/llvm/lib/VMCore/Dominators.cpp
@@ -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();
OpenPOWER on IntegriCloud