[SEH] Add an LLVM intrinsic for _exception_info
[oota-llvm.git] / include / llvm / IR / Intrinsics.td
index b4b987682268116c2a8d02a49e3c50654a422143..d778fbede0b10573a0b149d21fcc176235541fe7 100644 (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