Skip to content

Commit a225d89

Browse files
committed
[DebugInfo][Docs] Fix broken link in instruction referencing doc
1 parent 82ae83a commit a225d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/InstrRefDebugInfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ bb.2:
9595

9696
After optimisations and code layout complete, information about variable
9797
values must be translated into variable locations, i.e. registers and stack
98-
slots. This is performed in the [LiveDebugValues pass][`LiveDebugValues`], where
98+
slots. This is performed in the [`LiveDebugValues` pass][LiveDebugValues], where
9999
the debug instructions and machine code are separated out into two independent
100100
functions:
101101
* One that assigns values to variable names,

0 commit comments

Comments
 (0)