Remove unneeded debug in PostDominator runOnFunction()
authorTobias Grosser <grosser@fim.uni-passau.de>
Mon, 12 Apr 2010 15:32:55 +0000 (15:32 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Mon, 12 Apr 2010 15:32:55 +0000 (15:32 +0000)
commit63d3659a44e14525e729ef52e6f993d3c306ae2f
treef07558b7b9e61c12d20a53e80764b06479ec1c0f
parente7e08c39de6ab481678b37c077514ac2780292e5
Remove unneeded debug in PostDominator runOnFunction()

The information is already available with "opt -analyze". The DominatorTree
does also not have this in its runOnFunction. So they behave now
more consistent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101038 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/PostDominators.cpp