SSI construction should just go ahead and ignore instructions in unreachable
authorNick Lewycky <nicholas@mxc.ca>
Sat, 15 Aug 2009 20:12:18 +0000 (20:12 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 15 Aug 2009 20:12:18 +0000 (20:12 +0000)
commit071d84e1094e532ea7313c7e7a2c1f106f1d424c
treeaca6cbecc7126b935424782959329aa8191c9fcd
parentbf230bf5ccd073c85b7a19dcf899031415171cec
SSI construction should just go ahead and ignore instructions in unreachable
blocks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79132 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SSI.cpp
test/Transforms/SSI/2009-08-15-UnreachableBB.ll [new file with mode: 0644]