Make llvm.eh.actions an intrinsic and add docs for it
authorReid Kleckner <reid@kleckner.net>
Thu, 12 Mar 2015 01:45:37 +0000 (01:45 +0000)
committerReid Kleckner <reid@kleckner.net>
Thu, 12 Mar 2015 01:45:37 +0000 (01:45 +0000)
commitb2d414391a6cf361b6e2cb1ad32785e669121b9d
treeeaffc1737b04f5e57d543686c48f980431a43b49
parente4a40f7a1cdb317a2ff1e6a5b37cb1fe1bae5ab0
Make llvm.eh.actions an intrinsic and add docs for it

These docs *don't* match the way WinEHPrepare uses them yet, and
verifier support isn't implemented either. The implementation will come
after the documentation text is reviewed and agreed upon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232003 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ExceptionHandling.rst
include/llvm/IR/Intrinsics.td
lib/CodeGen/WinEHPrepare.cpp