Visit the landingpad instruction.
authorBill Wendling <isanbard@gmail.com>
Thu, 28 Jul 2011 23:44:58 +0000 (23:44 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 28 Jul 2011 23:44:58 +0000 (23:44 +0000)
commit367853733247b46f2fa49359dd3490bada3cd111
treef170e45c779b4e9c0a78d1b4b8164bc0c9db2cc7
parente963a3814f3f8fde394da263340bc0888011291c
Visit the landingpad instruction.

This generates the correct SDNodes for the landingpad instruction. It makes an
assumption that the result of the landingpad instruction has at least two
values. And that the first value is a pointer to the exception object and the
second value is the "selector."

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