summaryrefslogtreecommitdiff
path: root/llvm/docs/InstrRefDebugInfo.md
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/InstrRefDebugInfo.md')
-rw-r--r--llvm/docs/InstrRefDebugInfo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/InstrRefDebugInfo.md b/llvm/docs/InstrRefDebugInfo.md
index 3917989e4026..eb7a0464b90a 100644
--- a/llvm/docs/InstrRefDebugInfo.md
+++ b/llvm/docs/InstrRefDebugInfo.md
@@ -24,7 +24,7 @@ referring to instruction values:
```llvm
%2 = add i32 %0, %1
-call void @llvm.dbg.value(metadata i32 %2,
+ #dbg_value(metadata i32 %2,
```
In LLVM IR, the IR Value is synonymous with the instruction that computes the