Leverage some of the code that John wrote to manage the landing pads.
authorBill Wendling <isanbard@gmail.com>
Thu, 28 Jul 2011 07:31:46 +0000 (07:31 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 28 Jul 2011 07:31:46 +0000 (07:31 +0000)
commit9a2dde3fd12d9200716e02094deba883186e5ba9
tree5bafeea9aed9356817d489ec097a5e6eacbb9686
parent71961846109c65f77a972a8c586cade62c35f081
Leverage some of the code that John wrote to manage the landing pads.

The new EH is more simple in many respects. Mainly, we don't have to worry about
the "llvm.eh.exception" and "llvm.eh.selector" calls being in weird places.

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