forked from OSchip/llvm-project
[Docs] Fix code block in MemorySSA docs (NFC)
This commit is contained in:
parent
fb9f9dc318
commit
f26b420194
|
@ -58,6 +58,7 @@ version is based on. This implies that there is a *single*
|
|||
or indireclty. For example in:
|
||||
|
||||
.. code-block:: llvm
|
||||
|
||||
b = MemoryDef(a)
|
||||
c = MemoryDef(b)
|
||||
d = MemoryDef(c)
|
||||
|
|
Loading…
Reference in New Issue