[llvm] a225d89 - [DebugInfo][Docs] Fix broken link in instruction referencing doc
J. Ryan Stinnett via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 15 09:06:58 PST 2023
Author: J. Ryan Stinnett
Date: 2023-02-15T17:04:51Z
New Revision: a225d897c15102b6a11011d741b5718abe05b410
URL: https://github.com/llvm/llvm-project/commit/a225d897c15102b6a11011d741b5718abe05b410
DIFF: https://github.com/llvm/llvm-project/commit/a225d897c15102b6a11011d741b5718abe05b410.diff
LOG: [DebugInfo][Docs] Fix broken link in instruction referencing doc
Added:
Modified:
llvm/docs/InstrRefDebugInfo.md
Removed:
################################################################################
diff --git a/llvm/docs/InstrRefDebugInfo.md b/llvm/docs/InstrRefDebugInfo.md
index 6846f1ab3229..e0180ea11eb8 100644
--- a/llvm/docs/InstrRefDebugInfo.md
+++ b/llvm/docs/InstrRefDebugInfo.md
@@ -95,7 +95,7 @@ bb.2:
After optimisations and code layout complete, information about variable
values must be translated into variable locations, i.e. registers and stack
-slots. This is performed in the [LiveDebugValues pass][`LiveDebugValues`], where
+slots. This is performed in the [`LiveDebugValues` pass][LiveDebugValues], where
the debug instructions and machine code are separated out into two independent
functions:
* One that assigns values to variable names,
More information about the llvm-commits
mailing list