Add a couple of convenience functions:
authorBill Wendling <isanbard@gmail.com>
Thu, 28 Jul 2011 02:15:52 +0000 (02:15 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 28 Jul 2011 02:15:52 +0000 (02:15 +0000)
commit7f66c45f35bdfc69c41f2e1b3b9891a4eca0c0b0
treea2af1ad9657ca1d9a6b3ef5b512af19544fc8dce
parent15d03fb7f496562d7256ecac69f63e08ee0bfd2e
Add a couple of convenience functions:

* InvokeInst: Get the landingpad instruction associated with this invoke.
* LandingPadInst: A method to reserve extra space for clauses.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136325 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
lib/VMCore/Instructions.cpp