mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 01:12:59 +00:00
Try to fix a docs link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230672 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
09e8018e14
commit
176a288a88
@ -278,9 +278,9 @@ there are no catches or filters that require it to.
|
||||
exceptions and throws a third.
|
||||
|
||||
When all cleanups are finished, if the exception is not handled by the current
|
||||
function, resume unwinding by calling the `resume
|
||||
instruction <LangRef.html#i_resume>`_, passing in the result of the
|
||||
``landingpad`` instruction for the original landing pad.
|
||||
function, resume unwinding by calling the :ref:`resume instruction <i_resume>`,
|
||||
passing in the result of the ``landingpad`` instruction for the original
|
||||
landing pad.
|
||||
|
||||
Throw Filters
|
||||
-------------
|
||||
|
Loading…
Reference in New Issue
Block a user