Docs: fix link to Debugger intrinsic functions

llvm-svn: 314420
This commit is contained in:
Hans Wennborg 2017-09-28 15:16:37 +00:00
parent 2b59d90f43
commit 90f7334acf

View File

@ -12262,7 +12262,7 @@ Debugger Intrinsics
The LLVM debugger intrinsics (which all start with ``llvm.dbg.``
prefix), are described in the `LLVM Source Level
Debugging <SourceLevelDebugging.html#format_common_intrinsics>`_
Debugging <SourceLevelDebugging.html#format-common-intrinsics>`_
document.
Exception Handling Intrinsics
@ -12270,7 +12270,7 @@ Exception Handling Intrinsics
The LLVM exception handling intrinsics (which all start with
``llvm.eh.`` prefix), are described in the `LLVM Exception
Handling <ExceptionHandling.html#format_common_intrinsics>`_ document.
Handling <ExceptionHandling.html#format-common-intrinsics>`_ document.
.. _int_trampoline: