Simplify code by deleting instructions that preceed unreachable instructions.
authorChris Lattner <sabre@nondot.org>
Mon, 18 Oct 2004 04:07:22 +0000 (04:07 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 18 Oct 2004 04:07:22 +0000 (04:07 +0000)
commit698f96f7c81e45292ae4f5d76b8e06c88a88a71f
tree802992dd029b46df29a9e60cb875678418f782e1
parentd7e30973cdf378d50b862431fc96128b1df81416
Simplify code by deleting instructions that preceed unreachable instructions.
Simplify code by simplifying terminators that branch to blocks that start
with an unreachable instruction.

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