Get rid of references to dead intrinsics.
authorBill Wendling <isanbard@gmail.com>
Tue, 31 Jan 2012 01:05:20 +0000 (01:05 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 31 Jan 2012 01:05:20 +0000 (01:05 +0000)
commit675f63886944d72e05e5210c36838c797364a0aa
tree3fecc0b671601917e425d41d073586b40e268607
parent06881e8734b1758fb0666f4e47a91bc58c6383be
Get rid of references to dead intrinsics.

The eh.selector and eh.resume intrinsics aren't used anymore. Get rid of some
calls to them.

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