When checking whether the special handling for an addrec increment which
[oota-llvm.git] / lib / Analysis / PostDominators.cpp
index 69d6b47bbee49cd42264edce511ea2680e2a94e6..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(errs()));
   return false;
 }