File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11390,10 +11390,10 @@ For ``nuw`` (no unsigned wrap):
11390
11390
For ``inbounds`` all rules of the ``nusw`` attribute apply. Additionally,
11391
11391
if the ``getelementptr`` has any non-zero indices, the following rules apply:
11392
11392
11393
- * The base pointer has an *in bounds* address of an allocated object, which
11394
- means that it points into an allocated object, or to its end. Note that the
11395
- object does not have to be live anymore; being in-bounds of a deallocated
11396
- object is sufficient.
11393
+ * The base pointer has an *in bounds* address of the allocated object that it
11394
+ is :ref:`based <pointeraliasing>` on. This means that it points into that
11395
+ allocated object, or to its end. Note that the object does not have to be
11396
+ live anymore; being in-bounds of a deallocated object is sufficient.
11397
11397
* During the successive addition of offsets to the address, the resulting
11398
11398
pointer must remain *in bounds* of the allocated object at each step.
11399
11399
You can’t perform that action at this time.
0 commit comments