When checking whether the special handling for an addrec increment which
[oota-llvm.git] / lib / Analysis / PostDominators.cpp
index c38e0503f931d25bc9ae725f6a567f6ad2c214ee..f0f3a05db8a0e789bab6c78b65abe34ccd45f0bf 100644 (file)
@@ -33,7 +33,6 @@ F("postdomtree", "Post-Dominator Tree Construction", true, true);
 
 bool PostDominatorTree::runOnFunction(Function &F) {
   DT->recalculate(F);
-  DEBUG(DT->print(dbgs()));
   return false;
 }