[llvm] 1d01a84 - [LangRef] Indent literal block properly (NFC)
Antonio Frighetto via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 5 03:49:47 PDT 2025
Author: Antonio Frighetto
Date: 2025-10-05T12:45:52+02:00
New Revision: 1d01a8473908cf3422fee4905fcf82f160ae0be0
URL: https://github.com/llvm/llvm-project/commit/1d01a8473908cf3422fee4905fcf82f160ae0be0
DIFF: https://github.com/llvm/llvm-project/commit/1d01a8473908cf3422fee4905fcf82f160ae0be0.diff
LOG: [LangRef] Indent literal block properly (NFC)
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 22b58bf0f5735..20bd8113cdb32 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -8904,7 +8904,7 @@ that may set ``errno``, allowing optimizations such as store-to-load forwarding
across such routines.
For example, the following is a valid metadata specifying the TBAA information
-for an integer access:
+for an integer access::
!llvm.errno.tbaa = !{!0}
!0 = !{!1, !1, i64 0}
More information about the llvm-commits
mailing list