Fix PR932 and Analysis/Dominators/2006-10-02-BreakCritEdges.ll:
authorChris Lattner <sabre@nondot.org>
Tue, 3 Oct 2006 07:02:02 +0000 (07:02 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 3 Oct 2006 07:02:02 +0000 (07:02 +0000)
commit86f7b2100c7b6b426869178327e352d122056f73
tree666f5a31e736e5ff9ea93191cebc1ab99d84efbd
parent2d4f13e30300073b196e8fae2ae1307a93b9bc0d
Fix PR932 and Analysis/Dominators/2006-10-02-BreakCritEdges.ll:
The critical edge block dominates the dest block if the destblock dominates
all edges other than the one incoming from the critical edge.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30696 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/BreakCriticalEdges.cpp