From a225d897c15102b6a11011d741b5718abe05b410 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 15 Feb 2023 17:04:51 +0000 Subject: [PATCH] [DebugInfo][Docs] Fix broken link in instruction referencing doc --- llvm/docs/InstrRefDebugInfo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/InstrRefDebugInfo.md b/llvm/docs/InstrRefDebugInfo.md index 6846f1a..e0180ea 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, -- 2.7.4