Skip to content

Commit 2d6330f

Browse files
committed
[LangRef] Fix indent for deref assume bundle note added in 65640c1.
Fixes odd whitespace rendering.
1 parent 7d03c8e commit 2d6330f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/docs/LangRef.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2932,9 +2932,8 @@ the behavior is undefined, unless one of the following exceptions applies:
29322932
must be a null pointer, otherwise the behavior is undefined.
29332933

29342934
* ``dereferenceable(<n>)`` operand bundles only guarantee the pointer is
2935-
dereferenceable at the point of the assumption. The pointer may not be
2936-
dereferenceable at later pointers, e.g. because it could have been
2937-
freed.
2935+
dereferenceable at the point of the assumption. The pointer may not be
2936+
dereferenceable at later pointers, e.g. because it could have been freed.
29382937

29392938
In addition to allowing operand bundles encoding function and parameter
29402939
attributes, an assume operand bundle my also encode a ``separate_storage``

0 commit comments

Comments
 (0)