[Docs] Fix code block in MemorySSA docs (NFC)

This commit is contained in:
Nikita Popov 2020-06-21 13:45:43 +02:00
parent fb9f9dc318
commit f26b420194
1 changed files with 1 additions and 0 deletions

View File

@ -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)