[llvm] ef94f60 - [MSSA][Doc] Fix typo
Stefanos Baziotis via llvm-commits
llvm-commits at lists.llvm.org
Tue May 26 12:16:26 PDT 2020
Author: Stefanos Baziotis
Date: 2020-05-26T22:16:13+03:00
New Revision: ef94f60ff7954521e6ff1be044a4a5d0599ce4ef
URL: https://github.com/llvm/llvm-project/commit/ef94f60ff7954521e6ff1be044a4a5d0599ce4ef
DIFF: https://github.com/llvm/llvm-project/commit/ef94f60ff7954521e6ff1be044a4a5d0599ce4ef.diff
LOG: [MSSA][Doc] Fix typo
Added:
Modified:
llvm/docs/MemorySSA.rst
Removed:
################################################################################
diff --git a/llvm/docs/MemorySSA.rst b/llvm/docs/MemorySSA.rst
index 4f96c83a032d..99adc8b11911 100644
--- a/llvm/docs/MemorySSA.rst
+++ b/llvm/docs/MemorySSA.rst
@@ -64,7 +64,7 @@ or indireclty. For example in:
``d`` is connected directly with ``c`` and indirectly with ``b``.
This means that ``d`` potentially clobbers (see below) ``c`` *or*
-``b`` *or* both. This in turn implies that without the use of `The walker_`,
+``b`` *or* both. This in turn implies that without the use of `The walker`_,
initially every ``MemoryDef`` clobbers every other ``MemoryDef``.
``MemoryPhi``\ s are ``PhiNode``\ s, but for memory operations. If at any
More information about the llvm-commits
mailing list