[llvm] d41d798 - [Docs] Fix reference (NFC)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 02:06:35 PDT 2022


Author: Nikita Popov
Date: 2022-03-21T10:06:27+01:00
New Revision: d41d798737eb614e0a2549427054eaf136678ccc

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

LOG: [Docs] Fix reference (NFC)

Added: 
    

Modified: 
    llvm/docs/MemorySSA.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/MemorySSA.rst b/llvm/docs/MemorySSA.rst
index 46e06603ea337..10514cb2e4716 100644
--- a/llvm/docs/MemorySSA.rst
+++ b/llvm/docs/MemorySSA.rst
@@ -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


        


More information about the llvm-commits mailing list