Try to fix a docs link.

llvm-svn: 230672
This commit is contained in:
Nico Weber 2015-02-26 19:48:43 +00:00
parent f591f69fc3
commit fa147e02d8
1 changed files with 3 additions and 3 deletions

View File

@ -278,9 +278,9 @@ there are no catches or filters that require it to.
exceptions and throws a third. exceptions and throws a third.
When all cleanups are finished, if the exception is not handled by the current When all cleanups are finished, if the exception is not handled by the current
function, resume unwinding by calling the `resume function, resume unwinding by calling the :ref:`resume instruction <i_resume>`,
instruction <LangRef.html#i_resume>`_, passing in the result of the passing in the result of the ``landingpad`` instruction for the original
``landingpad`` instruction for the original landing pad. landing pad.
Throw Filters Throw Filters
------------- -------------