[llvm] [LangRef] Refine header for "Preserving DI Intrinsics" section (PR #67908)
Michal Rostecki via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 23 21:57:50 PDT 2024
https://github.com/vadorovsky updated https://github.com/llvm/llvm-project/pull/67908
>From 9c663654709fcb0c2ab7fbb5a9287ae9a0712b5e Mon Sep 17 00:00:00 2001
From: Mike Rostecki <vadorovsky at protonmail.com>
Date: Sun, 1 Oct 2023 09:23:08 +0100
Subject: [PATCH] [LangRef] Refine header for "Preserving DI Intrinsics"
section
Prior to this change, the "Preserving DI Intrinsics" section was incorrectly
headered, causing the documentation about BPF DI preserving intrinsics to be
misplaced under the "Objective-C ARC Runtime Intrinsics" section in the
document hierarchy.
This change corrects the header for the "Preserving DI Intrinsics" section,
ensuring it is properly placed within the documentation hierarchy as its own
distinct section.
---
llvm/docs/LangRef.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 445980a18e7e93..c6bbc23a9ee57a 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -29969,7 +29969,7 @@ Preserving Debug Information Intrinsics
These intrinsics are used to carry certain debuginfo together with
IR-level operations. For example, it may be desirable to
know the structure/union name and the original user-level field
-indices. Such information got lost in IR GetElementPtr instruction
+indices. Such information gets lost in IR GetElementPtr instruction
since the IR types are different from debugInfo types and unions
are converted to structs in IR.
More information about the llvm-commits
mailing list