Skip to content

Commit

Permalink
[Docs] Fix reference (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Mar 21, 2022
1 parent 9dad527 commit d41d798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/MemorySSA.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Going from the top down:
``MemoryPhi`` is referred to in the textual IR by the number ``6``.
- ``2 = MemoryDef(6)`` notes that ``store i8 0, i8* %p1`` is a definition,
and its reaching definition before it is ``6``, or the ``MemoryPhi`` after
``while.cond``. (See the `Build-time use optimization`_ and `Precision`_
``while.cond``. (See the `Use and Def optimization`_ and `Precision`_
sections below for why this ``MemoryDef`` isn't linked to a separate,
disambiguated ``MemoryPhi``.)
- ``3 = MemoryDef(6)`` notes that ``store i8 0, i8* %p2`` is a definition; its
Expand Down

0 comments on commit d41d798

Please sign in to comment.