Fix PR6047
authorTobias Grosser <grosser@fim.uni-passau.de>
Sat, 16 Jan 2010 13:38:07 +0000 (13:38 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Sat, 16 Jan 2010 13:38:07 +0000 (13:38 +0000)
commit24dcbaf75618277b049ddf488a37ede3177613dc
treee37e0a3a03312b5d544c61ea24a73783938a9eee
parent23279f18a9759d94579de7e79be61c7aa790b8ba
Fix PR6047

Nodes that had children outside of the post dominator tree (infinite loops)
where removed from the post dominator tree. This seems to be wrong. Leave them
in the tree.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93633 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/DominatorInternals.h
test/Analysis/PostDominators/pr6047_a.ll [new file with mode: 0644]
test/Analysis/PostDominators/pr6047_b.ll [new file with mode: 0644]
test/Analysis/PostDominators/pr6047_c.ll [new file with mode: 0644]
test/Analysis/PostDominators/pr6047_d.ll [new file with mode: 0644]