Skip to content

Commit

Permalink
[MSSA][Doc] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baziotis committed May 26, 2020
1 parent ae903f0 commit ef94f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/MemorySSA.rst
Expand Up @@ -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
Expand Down

0 comments on commit ef94f60

Please sign in to comment.