From 90f7334acfe8545be012be8b9f688623438d14d3 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Thu, 28 Sep 2017 15:16:37 +0000 Subject: [PATCH] Docs: fix link to Debugger intrinsic functions llvm-svn: 314420 --- docs/LangRef.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 9fd7965cb51..0a555c91354 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -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 `_ +Debugging `_ 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 `_ document. +Handling `_ document. .. _int_trampoline: