Initial checkin of the -prune-eh pass, a very simple exception handling removal pass
authorChris Lattner <sabre@nondot.org>
Sun, 31 Aug 2003 02:47:32 +0000 (02:47 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 31 Aug 2003 02:47:32 +0000 (02:47 +0000)
commit3e64b2e1a44b0bef896d645e9b293ab84dc16ab8
treeeb41fbc40d70e94dff9eec696f1bf9bc30e90886
parent0c21021799af524a83b7c21ee1ec08ee430ab331
Initial checkin of the -prune-eh pass, a very simple exception handling removal pass

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