OSDN Git Service

PR4317: Handle splits where the new block is unreachable correctly in
authorEli Friedman <eli.friedman@gmail.com>
Wed, 3 Jun 2009 21:42:06 +0000 (21:42 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 3 Jun 2009 21:42:06 +0000 (21:42 +0000)
commita8ba2c25e9ea7b0d213b485debe5d044efde66a4
treed9b1d22cf0d2bf1cae1b79dc87c7273a9daac35f
parent77648cfd7546b47db0dc7d454e127c96ab39941b
PR4317: Handle splits where the new block is unreachable correctly in
DominatorTreeBase::Split.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72810 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/Dominators.h
test/CodeGen/Generic/2009-06-03-UnreachableSplitPad.ll [new file with mode: 0644]