diff options
Diffstat (limited to 'llvm/docs/ExceptionHandling.rst')
-rw-r--r-- | llvm/docs/ExceptionHandling.rst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/docs/ExceptionHandling.rst b/llvm/docs/ExceptionHandling.rst index 0c12b282282..21de19b0752 100644 --- a/llvm/docs/ExceptionHandling.rst +++ b/llvm/docs/ExceptionHandling.rst @@ -551,17 +551,6 @@ This object is used by Windows native exception handling on non-x86 platforms where xdata unwind information is used. It is typically an 8 byte chunk of memory treated as two 32-bit integers. -``llvm.eh.parentframe`` ------------------------ - -.. code-block:: llvm - - void @llvm.eh.parentframe(i8*) - -This intrinsic designates the provided static alloca as the object which holds -the address of the parent frame. -This object is used by Windows native exception handling on non-x86 platforms -where xdata unwind information is used. SJLJ Intrinsics --------------- |