From ef94f60ff7954521e6ff1be044a4a5d0599ce4ef Mon Sep 17 00:00:00 2001 From: Stefanos Baziotis Date: Tue, 26 May 2020 22:16:13 +0300 Subject: [PATCH] [MSSA][Doc] Fix typo --- llvm/docs/MemorySSA.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/MemorySSA.rst b/llvm/docs/MemorySSA.rst index 4f96c83..99adc8b 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 -- 2.7.4