Add the body of 'visitLandingPad'.
authorBill Wendling <isanbard@gmail.com>
Wed, 17 Aug 2011 21:25:14 +0000 (21:25 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 17 Aug 2011 21:25:14 +0000 (21:25 +0000)
commit4eb20621438eb98fdbcdb0b224de7609d5ef76f2
treedcd780a525adbd82a02771259f5149b48150ffcb
parentab82fd9ff6874118594bc64bdafcadaa5b7fcb60
Add the body of 'visitLandingPad'.

This generates the SDNodes for the new exception handling scheme. It takes the
two values coming from the landingpad instruction and assigns them to the
EXCEPTIONADDR and EHSELECTION nodes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137873 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp