Prune the unwind_to labels on BBs that don't need them. Another step in the
authorNick Lewycky <nicholas@mxc.ca>
Sun, 9 Mar 2008 04:55:16 +0000 (04:55 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 9 Mar 2008 04:55:16 +0000 (04:55 +0000)
commitc0d025f54f96ff719ae99d57d7c413aee35b6cbc
treeab1cb18317e1d5c49a47284e8251bd90870b3e66
parentf68cbceb1797a32f3fac72c95913bac077ba2385
Prune the unwind_to labels on BBs that don't need them. Another step in the
removal of invoke, PR1269.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48084 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/PruneEH.cpp
test/Transforms/PruneEH/unwindto.ll [new file with mode: 0644]