projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9450b0e
)
Remove temporary debugging hack.
author
Dan Gohman
<gohman@apple.com>
Mon, 28 Sep 2009 00:44:15 +0000
(
00:44
+0000)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/lib/VMCore/Dominators.cpp
b/lib/VMCore/Dominators.cpp
index 40e4c4bc4c8d24226d90506925b94ce5a304f4b0..b49faf84dceaf9e596dfb7e89e370a464aa3b754 100644
(file)
--- a/
lib/VMCore/Dominators.cpp
+++ b/
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();