[SEH] Add an LLVM intrinsic for _exception_info

Eventually, we will lower this out during IR preparation.

llvm-svn: 236036
This commit is contained in:
Reid Kleckner 2015-04-28 21:20:42 +00:00
parent 9a89d6a185
commit 2e49c605ad
1 changed files with 1 additions and 0 deletions

View File

@ -422,6 +422,7 @@ def int_eh_endcatch : Intrinsic<[], []>;
def int_eh_actions : Intrinsic<[llvm_ptr_ty], [llvm_vararg_ty], []>;
def int_eh_exceptioncode : Intrinsic<[llvm_i32_ty], []>;
def int_eh_exceptioninfo : Intrinsic<[llvm_ptr_ty], []>;
// __builtin_unwind_init is an undocumented GCC intrinsic that causes all
// callee-saved registers to be saved and restored (regardless of whether they