[llvm] 2d6330f - [LangRef] Fix indent for deref assume bundle note added in 65640c1d4c.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 23:58:54 PST 2025


Author: Florian Hahn
Date: 2025-02-20T08:55:12+01:00
New Revision: 2d6330f83a64a414f83d647bba7f23928f66aa5c

URL: https://github.com/llvm/llvm-project/commit/2d6330f83a64a414f83d647bba7f23928f66aa5c
DIFF: https://github.com/llvm/llvm-project/commit/2d6330f83a64a414f83d647bba7f23928f66aa5c.diff

LOG: [LangRef] Fix indent for deref assume bundle note added in 65640c1d4c.

Fixes odd whitespace rendering.

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index deb87365ae8d7..5356aee87b35f 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -2932,9 +2932,8 @@ the behavior is undefined, unless one of the following exceptions applies:
   must be a null pointer, otherwise the behavior is undefined.
 
 * ``dereferenceable(<n>)`` operand bundles only guarantee the pointer is
-    dereferenceable at the point of the assumption. The pointer may not be
-    dereferenceable at later pointers, e.g. because it could have been
-    freed.
+  dereferenceable at the point of the assumption. The pointer may not be
+  dereferenceable at later pointers, e.g. because it could have been freed.
 
 In addition to allowing operand bundles encoding function and parameter
 attributes, an assume operand bundle my also encode a ``separate_storage``


        


More information about the llvm-commits mailing list