Add support for the Objective-C personality function to the instruction
authorBill Wendling <isanbard@gmail.com>
Mon, 17 Oct 2011 21:20:24 +0000 (21:20 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 17 Oct 2011 21:20:24 +0000 (21:20 +0000)
commit76f267df17b601a87b3d89e718891f7ed2a5be46
tree80ef9bf8bf75242004a731548d61d74001f5e5cc
parent6f9c28060f3630a1838ca5b0b3cee87d184937cf
Add support for the Objective-C personality function to the instruction
combining of the landingpad instruction. The ObjC personality function acts
almost identically to the C++ personality function. In particular, it uses
"null" as a "catch-all" value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142256 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstructionCombining.cpp
test/Transforms/InstCombine/LandingPadClauses.ll