summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Dominators.cpp
diff options
context:
space:
mode:
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