Skip to content

Commit

Permalink
[LangRef] fix undefined label
Browse files Browse the repository at this point in the history
  • Loading branch information
aqjune committed Mar 4, 2021
1 parent c821ef4 commit dbf41dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/LangRef.rst
Expand Up @@ -2553,7 +2553,7 @@ A memory object, or simply object, is a region of a memory space that is
reserved by a memory allocation such as :ref:`alloca <i_alloca>`, heap
allocation calls, and global variable definitions.
Once it is allocated, the bytes stored in the region can only be read or written
through a pointer that is :ref:`based on <_pointeraliasing>` the allocation
through a pointer that is :ref:`based on <pointeraliasing>` the allocation
value.
If a pointer that is not based on the object tries to read or write to the
object, it is undefined behavior.
Expand Down

0 comments on commit dbf41dd

Please sign in to comment.