diff options
-rw-r--r-- | llvm/include/llvm/IR/Intrinsics.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/IR/Intrinsics.td b/llvm/include/llvm/IR/Intrinsics.td index b4b98768226..d778fbede0b 100644 --- a/llvm/include/llvm/IR/Intrinsics.td +++ b/llvm/include/llvm/IR/Intrinsics.td @@ -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 |